diff options
| author | Alf Gaida <> | 2015-02-06 06:47:41 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2015-02-06 06:47:41 +0000 |
| commit | 576b8a2de9bf4b034c0d70d657c3d1b461fcc696 (patch) | |
| tree | b7141608b8c12c78e4cf99bc5a7fe6cadd2042a5 /build.xml | |
| parent | Fix for Bug #1417752 (Find & Replace ignores Flowed text objects). (diff) | |
| download | inkscape-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
