aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-07 16:22:32 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-07 16:22:32 +0000
commit286bbf2c238f24a3d804d5e93c1a047ad0ebb8c2 (patch)
tree37d1372b72ec18a049a37e69f197df1bb8a7f7d6 /Makefile
parent8cb56832065e8f5075071ad76609ec8d89683128 (diff)
remove the use of -Wno-pointer-sign. Asterisk now builds without any of these
warnings present on my machine. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37303 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 300a1fb13..e21b79a58 100644
--- a/Makefile
+++ b/Makefile
@@ -221,9 +221,6 @@ ifeq ($(AST_DEVMODE),yes)
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)