diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-10-21 13:17:57 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-10-21 13:17:57 +0200 |
commit | ceb34b17a67f579e1710a086718733b9b32cf86e (patch) | |
tree | 56bfe9746e6feca2f5dc3bc01a4ac03c77558871 | |
parent | 7c542818a80720b487afe5b4cac9159c2704274a (diff) |
Actually disables -Weffc++ when requested
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 40142ac..269df81 100644 --- a/configure.ac +++ b/configure.ac @@ -213,7 +213,7 @@ AS_IF([test "x$native_win32" = "xyes"], [ AS_IF([test x"$GCC" = xyes], [ # Be tough with warnings and produce less careless code CFLAGS="$CFLAGS -Wall -Wextra -pedantic" - CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wshadow -pedantic -Weffc++" + CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wshadow -pedantic" ]) ]) LIBVISIO_CXXFLAGS="$LIBVISIO_CFLAGS" |