[asterisk-commits] trunk r37303 - /trunk/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Jul 7 09:22:33 MST 2006
Author: russell
Date: Fri Jul 7 11:22:32 2006
New Revision: 37303
URL: http://svn.digium.com/view/asterisk?rev=37303&view=rev
Log:
remove the use of -Wno-pointer-sign. Asterisk now builds without any of these
warnings present on my machine.
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=37303&r1=37302&r2=37303&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri Jul 7 11:22:32 2006
@@ -221,9 +221,6 @@
ASTCFLAGS+=-Werror -Wunused
endif
-ifeq ($(shell gcc -v 2>&1 | grep 'gcc version' | cut -f3 -d' ' | cut -f1 -d.),4)
-ASTCFLAGS+=-Wno-pointer-sign
-endif
ASTOBJ=-o asterisk
ifeq ($(findstring BSD,$(OSARCH)),BSD)
More information about the asterisk-commits
mailing list