summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-05-06 17:21:17 +0200
committerNiels Möller <nisse@lysator.liu.se>2002-05-06 17:21:17 +0200
commit67a886575923c55b25185ba2b1f2f0cbf1eead4c (patch)
treedc15242701cc8cb2ed338955d24ec6b52c838be7 /configure.ac
parentd881d022fae8112e8efc7e4bc943405c01f2abc2 (diff)
downloadnettle-67a886575923c55b25185ba2b1f2f0cbf1eead4c.tar.gz
(CFLAGS): Don't enable -Waggregate-return.
Rev: src/nettle/configure.ac:1.4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1b749ef1..75814daa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,12 +110,12 @@ LSH_RPATH_FIX
if test x$GCC = xyes ; then
CFLAGS="$CFLAGS -ggdb3 -Wall -W \
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \
- -Waggregate-return \
-Wpointer-arith -Wbad-function-cast -Wnested-externs"
# Don't enable -Wcast-align as it results in tons of warnings in the
# DES code. And when using stdio.
-
+# Don't enable -Waggregate-return, as that causes warnings for glibc
+# inttypes.h.
fi
AC_OUTPUT(Makefile testsuite/Makefile examples/Makefile)