From 0f33a3e6c000b30ad0d3f55e0a4676ee87b104e2 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 15 Oct 2013 21:13:42 +0200 Subject: add (commented-out) flag for C++11 compilation. (note that on Windows we use gcc 4.6.1, which calls it C++0x) (bzr r12693) --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 951d89dd7..2b873ef80 100644 --- a/build.xml +++ b/build.xml @@ -346,6 +346,7 @@ + -Wall -Wformat -Werror=format-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Werror=return-type -O2 -- cgit v1.2.3