]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
warnings doesn't imply Werror
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 26 Jan 2013 14:00:24 +0000 (15:00 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 26 Jan 2013 14:00:24 +0000 (15:00 +0100)
configure.ac

index c8be40225ea23bd8e8f827d9a563bd32eb4b7e7b..90000e826c9164d81c1f58bfabe5815e4d9f9519 100644 (file)
@@ -139,7 +139,6 @@ AC_ARG_ENABLE([gcc-warnings],
 )
 
 if test "$gl_gcc_warnings" = yes; then
-  gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
   gl_WARN_ADD([-Wframe-larger-than=5120], [WSTACK_CFLAGS])
 
   nw="$nw -Wsystem-headers"         # Don't let system headers trigger warnings