From dcc69a03d518d17bd413d0f4119ea768faa15dfa Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Mon, 24 Aug 2009 08:34:06 +0000 Subject: Revert 807114 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807119 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/configure.ac') diff --git a/cpp/configure.ac b/cpp/configure.ac index 2e26c4fb68..adf3da06b8 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -66,6 +66,7 @@ if test x$GXX = xyes; then # -Wunreachable-code -Wpadded -Winline # -Wshadow - warns about boost headers. if test "${enableval}" = yes; then + gl_COMPILER_FLAGS(-Werror) gl_COMPILER_FLAGS(-pedantic) gl_COMPILER_FLAGS(-Wall) gl_COMPILER_FLAGS(-Wextra) -- cgit v1.2.1