Revert accidental Makefile change.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209761 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2009-08-01 01:04:06 +00:00
parent ed2a3cedd1
commit 3b1b2f793e
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ ifeq ($(AST_DEVMODE),yes)
_ASTCFLAGS+=$(AST_FORTIFY_SOURCE)
_ASTCFLAGS+=-Wundef
_ASTCFLAGS+=-Wmissing-format-attribute
_ASTCFLAGS+=-Wformat=2 -Wno-format-security
_ASTCFLAGS+=-Wformat=2
endif
ifneq ($(findstring BSD,$(OSARCH)),)