From 0d4514bf37d03f92d6e690eb7bdc9799f4a3e77c Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 20 Mar 2014 21:49:46 +0100 Subject: change more warnings into errors. eventually, we can better move to -Werror together with a short list of -Wno-error=... (bzr r13170) --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 1e8341777..11c03b17f 100644 --- a/build.xml +++ b/build.xml @@ -351,7 +351,7 @@ - -Wall -Wformat -Werror=format-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch + -Wall -Wformat -Werror=format-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Werror=switch -Werror=return-type -O2 -mms-bitfields -- cgit v1.2.3