summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-26 08:45:33 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-26 08:45:33 +0200
commitdd091c8af163213e12aa92f61bc4916e0f102633 (patch)
tree2f285fa486440c067911e645a363f827053e2eee
parent50c3f95cb161859abaeb0bc93e5a4e6d6e2f9741 (diff)
downloadlibtasn1-dd091c8af163213e12aa92f61bc4916e0f102633.tar.gz
configure: don't add -Werror to build flags
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7a14e04..066f5fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,8 +70,6 @@ AC_ARG_ENABLE([gcc-warnings],
)
if test "$gl_gcc_warnings" = yes; then
- gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
-
nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings
nw="$nw -Wc++-compat" # We don't care strongly about C++ compilers
nw="$nw -Wtraditional" # Warns on #elif which we use often