[pisa-src] r1437 - trunk/configure.ac

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 29 Oct 2009 19:46:15 +0100

Author: biurrun
Date: Thu Oct 29 19:46:15 2009
New Revision: 1437

Log:
Add -Wmissing-prototypes to CFLAGS.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Thu Oct 29 19:43:19 2009        (r1436)
+++ trunk/configure.ac  Thu Oct 29 19:46:15 2009        (r1437)
@@ -122,7 +122,7 @@
 fi
 
 # Set default CFLAGS for the complete project.
-AC_SUBST(CFLAGS, "$CFLAGS -g -O2 -Wall -Wextra -Wredundant-decls 
-Wstrict-prototypes -Wdisabled-optimization -Wpointer-arith -Wtype-limits 
-Wundef -Winline -Wno-deprecated-declarations")
+AC_SUBST(CFLAGS, "$CFLAGS -g -O2 -Wall -Wextra -Wredundant-decls 
-Wstrict-prototypes -Wdisabled-optimization -Wpointer-arith -Wtype-limits 
-Wundef -Winline -Wno-deprecated-declarations -Wmissing-prototypes")
 
 if test -d "$PISA_HIPL_SRCDIR"; then
        AC_DEFINE(CONFIG_PISA_WITH_HIPL, AC_PREREQ(2.53))

Other related posts:

  • » [pisa-src] r1437 - trunk/configure.ac - Diego Biurrun