summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-08-24 08:34:06 +0000
committerAidan Skinner <aidan@apache.org>2009-08-24 08:34:06 +0000
commitbcb53e9964dd8fe233c2ae36571d0d0fb3e49ac3 (patch)
treea50eb830dfcc7de5157461afd76cee94d525d0af /qpid/cpp/configure.ac
parentcbc860e5a27c3d33ec5ec3a78cbe44f4f188ae7d (diff)
downloadqpid-python-bcb53e9964dd8fe233c2ae36571d0d0fb3e49ac3.tar.gz
Revert 807114
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@807119 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index 2e26c4fb68..adf3da06b8 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/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)