From 0218d1e4c25fb3aecc216393a6b3de08dd88d310 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 10 Aug 2001 10:56:47 +0000 Subject: * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes to build warnings. * configure: Regenerate. --- opcodes/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/configure.in') 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 -- cgit v1.2.1