diff options
| author | Nicolas 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 |
| commit | d12ae7fcfe8e4f3628d0427645882254557ed175 (patch) | |
| tree | 6da1344766868db9691071aa04ea935ec953e4b3 | |
| parent | win packaging, fix for 1418598, writing to wrong registry key, update .bat to... (diff) | |
| download | inkscape-d12ae7fcfe8e4f3628d0427645882254557ed175.tar.gz inkscape-d12ae7fcfe8e4f3628d0427645882254557ed175.zip | |
Fix build failure on Windows
(bzr r13911)
| -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 |
