]> Git Repo - binutils.git/blobdiff - binutils/configure.in
* configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
[binutils.git] / binutils / configure.in
index 00f38887556638feaab90d9920358057dbb84b84..ee12be347ed9ef120c70ad2fed4c76469957e04d 100644 (file)
@@ -29,7 +29,7 @@ AC_ARG_ENABLE(commonbfdlib,
   *)   AC_MSG_ERROR([bad value ${enableval} for BFD 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
This page took 0.020694 seconds and 4 git commands to generate.