From 576b8a2de9bf4b034c0d70d657c3d1b461fcc696 Mon Sep 17 00:00:00 2001 From: Alf Gaida <> Date: Fri, 6 Feb 2015 07:47:41 +0100 Subject: Fix for Bug #1417311 (not closed comment in build.xml). Fixed bugs: - https://launchpad.net/bugs/1417311 (bzr r13904) --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 7da46b7c9..bd11077bf 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