From 4948508277e424264a1b6232a6c275dd03fd584d Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 27 Apr 2014 18:27:34 -0700 Subject: Squelch some more warnings on Linux --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 23c5b16a..ae1a6183 100644 --- a/configure.ac +++ b/configure.ac @@ -200,9 +200,10 @@ CXXFLAGS="$CXXFLAGS -fno-exceptions" # # -Wall is there to keep me on my toes +# But signed comparison warnings are way too aggressive # -CXXFLAGS="$CXXFLAGS -Wall" +CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare" # # This is needed in order to get the really cool backtraces on Linux -- cgit v1.2.3