From: Niels Möller Date: Mon, 6 May 2002 15:21:17 +0000 (+0200) Subject: (CFLAGS): Don't enable -Waggregate-return. X-Git-Tag: nettle_1.6_release_20021003~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a886575923c55b25185ba2b1f2f0cbf1eead4c;p=thirdparty%2Fnettle.git (CFLAGS): Don't enable -Waggregate-return. Rev: src/nettle/configure.ac:1.4 --- 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)