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. --- bfd/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/configure') 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" -- cgit v1.1