aboutsummaryrefslogtreecommitdiff
path: root/opcodes/configure.in
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-10 10:56:47 +0000
committerAndreas Jaeger <aj@suse.de>2001-08-10 10:56:47 +0000
commit0218d1e4c25fb3aecc216393a6b3de08dd88d310 (patch)
tree075eb6574cacb2000ebf0ef84f617be6ca50b4b7 /opcodes/configure.in
parentfb6e5c55206f732aac9f05cddacb29e46f43e5c0 (diff)
downloadfsf-binutils-gdb-0218d1e4c25fb3aecc216393a6b3de08dd88d310.zip
fsf-binutils-gdb-0218d1e4c25fb3aecc216393a6b3de08dd88d310.tar.gz
fsf-binutils-gdb-0218d1e4c25fb3aecc216393a6b3de08dd88d310.tar.bz2
* configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
to build warnings. * configure: Regenerate.
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r--opcodes/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in
index d08382c..60a400c 100644
--- a/opcodes/configure.in
+++ b/opcodes/configure.in
@@ -43,7 +43,7 @@ AC_ARG_ENABLE(commonbfdlib,
*) AC_MSG_ERROR([bad value ${enableval} for opcodes commonbfdlib option]) ;;
esac])dnl
-build_warnings="-W -Wall"
+build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
AC_ARG_ENABLE(build-warnings,
[ --enable-build-warnings Enable build-time compiler warnings if gcc is used],
[case "${enableval}" in