[svn-commits] branch group/new_loader_completion r21094 -
/team/group/new_loader_completion/
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Apr 18 01:57:26 MST 2006
Author: rizzo
Date: Tue Apr 18 03:57:24 2006
New Revision: 21094
URL: http://svn.digium.com/view/asterisk?rev=21094&view=rev
Log:
enable strict compiler flags so we can catch errors.
Modified:
team/group/new_loader_completion/Makefile
Modified: team/group/new_loader_completion/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/Makefile?rev=21094&r1=21093&r2=21094&view=diff
==============================================================================
--- team/group/new_loader_completion/Makefile (original)
+++ team/group/new_loader_completion/Makefile Tue Apr 18 03:57:24 2006
@@ -249,7 +249,7 @@
INCLUDE+=-Iinclude -I../include
ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE #-DMAKE_VALGRIND_HAPPY
ASTCFLAGS+=$(OPTIMIZE)
-ASTCFLAGS+=# -Werror -Wunused
+ASTCFLAGS+= -Werror -Wunused
ifeq ($(shell gcc -v 2>&1 | grep 'gcc version' | cut -f3 -d' ' | cut -f1 -d.),4)
ASTCFLAGS+= -Wno-pointer-sign
endif
More information about the svn-commits
mailing list