You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/01/31 19:47:23 UTC

svn commit: r1441116 - /subversion/trunk/configure.ac

Author: stsp
Date: Thu Jan 31 18:47:22 2013
New Revision: 1441116

URL: http://svn.apache.org/viewvc?rev=1441116&view=rev
Log:
Temporarily back out r1441110 to make the centos buildbot happy again.

Modified:
    subversion/trunk/configure.ac

Modified: subversion/trunk/configure.ac
URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1441116&r1=1441115&r2=1441116&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Thu Jan 31 18:47:22 2013
@@ -1027,11 +1027,7 @@ AS_HELP_STRING([--enable-maintainer-mode
         CFLAGS="$CFLAGS_KEEP"
 
         dnl Add flags that all versions of GCC (should) support
-        CMAINTAINERFLAGS="-Wall -Wpointer-arith -Wwrite-strings -Wformat=2 -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wno-multichar -Wredundant-decls -Wnested-externs -Winline -Wno-long-long $CMAINTAINERFLAGS"
-
-        dnl Add flags that all versions of GCC (should) support
-        dnl and which we want to treat as fatal build errors
-        CMAINTAINERFLAGS="-Werror=shadow -Werror=unused -Werror=missing-declarations $CMAINTAINERFLAGS"
+        CMAINTAINERFLAGS="-Wall -Wpointer-arith -Wwrite-strings -Wshadow -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Winline -Wno-long-long $CMAINTAINERFLAGS"
       fi
       if test "$GXX" = "yes"; then
         AC_MSG_NOTICE([maintainer-mode: adding G++ warning flags])