summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2015-02-09 07:50:07 +0000
committer~suv <suv-sf@users.sourceforge.net>2015-02-09 07:50:07 +0000
commitd12ae7fcfe8e4f3628d0427645882254557ed175 (patch)
tree6da1344766868db9691071aa04ea935ec953e4b3
parentwin packaging, fix for 1418598, writing to wrong registry key, update .bat to... (diff)
downloadinkscape-d12ae7fcfe8e4f3628d0427645882254557ed175.tar.gz
inkscape-d12ae7fcfe8e4f3628d0427645882254557ed175.zip
Fix build failure on Windows
(bzr r13911)
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index bd11077bf..54faf32ae 100644
--- a/build.xml
+++ b/build.xml
@@ -355,7 +355,7 @@
<flags>
-Wall -Wformat -Werror=format-security -Wextra -Wpointer-arith -Wcast-align -Wsign-compare -Wswitch
-Werror=return-type
- <!-- --> -Werror <!-- -->
+ <!-- -Werror -->
<!-- A list of warnings that should not error *yet*, any help is welcome in fixing the code generating these warnings! -->
<!-- libcroco is using guchar where it should use gchar, so we need: --> -Wno-error=pointer-sign
-Wno-error=unused-parameter -Wno-error=unused-but-set-variable -Wno-error=strict-overflow -Wno-error=write-strings