Skip to content
Snippets Groups Projects
Commit 67a88657 authored by Niels Möller's avatar Niels Möller
Browse files

(CFLAGS): Don't enable -Waggregate-return.

Rev: src/nettle/configure.ac:1.4
parent d881d022
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment