[asterisk-commits] russell: branch 1.6.1 r178380 - /branches/1.6.1/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 24 14:44:50 CST 2009
Author: russell
Date: Tue Feb 24 14:44:50 2009
New Revision: 178380
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=178380
Log:
revert accidental Makefile change.
Modified:
branches/1.6.1/Makefile
Modified: branches/1.6.1/Makefile
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/Makefile?view=diff&rev=178380&r1=178379&r2=178380
==============================================================================
--- branches/1.6.1/Makefile (original)
+++ branches/1.6.1/Makefile Tue Feb 24 14:44:50 2009
@@ -234,7 +234,7 @@
ASTCFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)
ifeq ($(AST_DEVMODE),yes)
- #ASTCFLAGS+=-Werror
+ ASTCFLAGS+=-Werror
ASTCFLAGS+=-Wunused
ASTCFLAGS+=$(AST_DECLARATION_AFTER_STATEMENT)
ASTCFLAGS+=$(AST_FORTIFY_SOURCE)
More information about the asterisk-commits
mailing list