summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-26 15:00:24 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-26 15:00:24 +0100
commit00b75771b39ec09b12e6f9eb088908f63a71d8cd (patch)
tree4729a356c5d7b2dded50e5a57f5fe08b834aeccf /configure.ac
parentc5aab1d274ceabbfdf009f5c307c40ad553f7f64 (diff)
downloadgnutls-00b75771b39ec09b12e6f9eb088908f63a71d8cd.tar.gz
warnings doesn't imply Werror
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c8be40225e..90000e826c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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