dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
russell 2006-07-07 16:22:32 +00:00
parent 8cb5683206
commit 286bbf2c23
1 changed files with 0 additions and 3 deletions

View File

@ -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)