summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-10-21 13:17:57 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-10-21 13:17:57 +0200
commitceb34b17a67f579e1710a086718733b9b32cf86e (patch)
tree56bfe9746e6feca2f5dc3bc01a4ac03c77558871
parent7c542818a80720b487afe5b4cac9159c2704274a (diff)
Actually disables -Weffc++ when requested
-rw-r--r--configure.ac2
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"