summaryrefslogtreecommitdiff
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
commitb975330d30c0872c215d4ed141c0eab35720cd63 (patch)
treecb5ae7ddb3e41cef1a357d32a49b9f59a65f6b20 /opcodes/configure.in
parentcb0126d427394fbd5e0bbc87f5c25e2b2179d0c4 (diff)
downloadgdb-b975330d30c0872c215d4ed141c0eab35720cd63.tar.gz
* 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 d08382cedf9..60a400c4335 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