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 | b975330d30c0872c215d4ed141c0eab35720cd63 (patch) | |
tree | cb5ae7ddb3e41cef1a357d32a49b9f59a65f6b20 /opcodes/configure.in | |
parent | cb0126d427394fbd5e0bbc87f5c25e2b2179d0c4 (diff) | |
download | gdb-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.in | 2 |
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 |