From: Kevin P. Fleming Date: Sat, 1 Aug 2009 01:04:06 +0000 (+0000) Subject: Revert accidental Makefile change. X-Git-Tag: 11.0.0-beta1~4410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b1b2f793e5820f06bf21787a5b8d79121333340;p=thirdparty%2Fasterisk.git Revert accidental Makefile change. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209761 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 9c70009696..b86c214d76 100644 --- a/Makefile +++ b/Makefile @@ -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)),)