diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-10 10:56:47 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-10 10:56:47 +0000 |
commit | 0218d1e4c25fb3aecc216393a6b3de08dd88d310 (patch) | |
tree | 075eb6574cacb2000ebf0ef84f617be6ca50b4b7 /bfd/configure | |
parent | fb6e5c55206f732aac9f05cddacb29e46f43e5c0 (diff) | |
download | gdb-0218d1e4c25fb3aecc216393a6b3de08dd88d310.zip gdb-0218d1e4c25fb3aecc216393a6b3de08dd88d310.tar.gz gdb-0218d1e4c25fb3aecc216393a6b3de08dd88d310.tar.bz2 |
* configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
to build warnings.
* configure: Regenerate.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index 06ae551..edc3300 100755 --- a/bfd/configure +++ b/bfd/configure @@ -2269,7 +2269,7 @@ else want_mmap=false fi -build_warnings="-W -Wall" +build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" # Check whether --enable-build-warnings or --disable-build-warnings was given. if test "${enable_build_warnings+set}" = set; then enableval="$enable_build_warnings" |