summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-07-07 16:22:32 +0000
committerRussell Bryant <russell@russellbryant.com>2006-07-07 16:22:32 +0000
commit6ff11745efd8da6d60bae57d8134e0c61234ddc2 (patch)
tree37d1372b72ec18a049a37e69f197df1bb8a7f7d6 /Makefile
parentbb628eac98dd8753c2f2b2311bf3246800855df8 (diff)
remove the use of -Wno-pointer-sign. Asterisk now builds without any of these
warnings present on my machine. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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)