Skip to content
Snippets Groups Projects
Commit 6ff11745 authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent bb628eac
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment