summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAlf Gaida <>2015-02-06 06:47:41 +0000
committerJazzyNico <nicoduf@yahoo.fr>2015-02-06 06:47:41 +0000
commit576b8a2de9bf4b034c0d70d657c3d1b461fcc696 (patch)
treeb7141608b8c12c78e4cf99bc5a7fe6cadd2042a5 /build.xml
parentFix for Bug #1417752 (Find & Replace ignores Flowed text objects). (diff)
downloadinkscape-576b8a2de9bf4b034c0d70d657c3d1b461fcc696.tar.gz
inkscape-576b8a2de9bf4b034c0d70d657c3d1b461fcc696.zip
Fix for Bug #1417311 (not closed comment in build.xml).
Fixed bugs: - https://launchpad.net/bugs/1417311 (bzr r13904)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 7da46b7c9..bd11077bf 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