[svn-commits] qwell: trunk r556 - /trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 18 12:55:51 CDT 2008


Author: qwell
Date: Tue Mar 18 12:55:50 2008
New Revision: 556

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=556
Log:
Be more pedantic about format checking, since we can be.

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk-addons/trunk/Makefile?view=diff&rev=556&r1=555&r2=556
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Mar 18 12:55:50 2008
@@ -29,7 +29,7 @@
 OVERWRITE:=y
 
 ifeq ($(AST_DEVMODE),yes)
-  ASTCFLAGS+=-Werror -Wunused -Wundef $(AST_DECLARATION_AFTER_STATEMENT) -Wmissing-format-attribute -Wformat-security #-Wformat=2
+  ASTCFLAGS+=-Werror -Wunused -Wundef $(AST_DECLARATION_AFTER_STATEMENT) -Wmissing-format-attribute -Wformat-security -Wformat=2
 endif
 
 # If the file .asteriskaddons.makeopts is present in your home directory, you can




More information about the svn-commits mailing list