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

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 12 Nov 2009 19:07:35 +0100

Author: gherzan
Date: Thu Nov 12 19:07:35 2009
New Revision: 1679

Log:
Re-enable warnings related to inlining

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Thu Nov 12 19:06:56 2009        (r1678)
+++ trunk/configure.ac  Thu Nov 12 19:07:35 2009        (r1679)
@@ -73,7 +73,7 @@
 
 
 # Set default AM_CFLAGS for the complete project.
-AC_SUBST(AM_CFLAGS, "-std=c99 -Wall -Wextra -Wredundant-decls 
-Wstrict-prototypes -Wdisabled-optimization -Wpointer-arith -Wundef 
-Wno-deprecated-declarations -Wmissing-prototypes -Wwrite-strings -Wcast-qual 
-Wshadow -Werror")
+AC_SUBST(AM_CFLAGS, "-std=c99 -Wall -Wextra -Winline -Wredundant-decls 
-Wstrict-prototypes -Wdisabled-optimization -Wpointer-arith -Wundef 
-Wno-deprecated-declarations -Wmissing-prototypes -Wwrite-strings -Wcast-qual 
-Wshadow -Werror")
 
 # If no --prefix option is passed to configure, $prefix is empty. But we want
 # to expand $sysconfdir, which defaults to ${prefix}/etc. So set $prefix.

Other related posts:

  • » [pisa-src] r1679 - trunk/configure.ac - Mircea Gherzan