Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
67a88657
Commit
67a88657
authored
May 06, 2002
by
Niels Möller
Browse files
(CFLAGS): Don't enable -Waggregate-return.
Rev: src/nettle/configure.ac:1.4
parent
d881d022
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
67a88657
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment