diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-11-13 00:25:01 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-11-13 00:25:01 +0000 |
| commit | 6e190b3f5ca63d1488da5a530029d1478d8b3ef4 (patch) | |
| tree | e93334881daac76674dbb2764978976c5c86ebfe | |
| parent | fix C++11 build on Windows, now build finishes without errors with TDM-GCC 4.6.1 (diff) | |
| download | inkscape-6e190b3f5ca63d1488da5a530029d1478d8b3ef4.tar.gz inkscape-6e190b3f5ca63d1488da5a530029d1478d8b3ef4.zip | |
Windows: need extra define to tell the source code we are in C++11 mode
(bzr r12807)
| -rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -352,7 +352,7 @@ <file name="extension/param"/> </excludeinc> <flags> - <!-- -std=gnu++0x --> + <!-- -std=gnu++0x -DCPP11 --> -Wall -Wformat -Werror=format-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Werror=return-type -O2 |
