From d12ae7fcfe8e4f3628d0427645882254557ed175 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Mon, 9 Feb 2015 08:50:07 +0100 Subject: Fix build failure on Windows (bzr r13911) --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index bd11077bf..54faf32ae 100644 --- a/build.xml +++ b/build.xml @@ -355,7 +355,7 @@ -Wall -Wformat -Werror=format-security -Wextra -Wpointer-arith -Wcast-align -Wsign-compare -Wswitch -Werror=return-type - -Werror + -Wno-error=pointer-sign -Wno-error=unused-parameter -Wno-error=unused-but-set-variable -Wno-error=strict-overflow -Wno-error=write-strings -- cgit v1.2.3