From: Kevin P. Fleming Date: Sun, 29 Jun 2008 18:05:34 +0000 (+0000) Subject: ignore warnings for prototypes in GTK headers X-Git-Tag: 1.4.22-rc1~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31a9e3085d64b1a417a6c42fedc6f3b6c6f867a5;p=thirdparty%2Fasterisk.git ignore warnings for prototypes in GTK headers git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@126395 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/Makefile b/pbx/Makefile index b7a8c00671..161748b2da 100644 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -57,3 +57,5 @@ dundi-parser.o: ASTCFLAGS+=-I. dundi-parser.o: ASTCFLAGS+=$(MENUSELECT_OPTS_pbx_dundi:%=-D%) $(foreach dep,$(MENUSELECT_DEPENDS_pbx_dundi),$(value $(dep)_INCLUDE)) $(if $(filter pbx_dundi,$(EMBEDDED_MODS)),modules.link,pbx_dundi.so): dundi-parser.o + +pbx_gtkconsole.o: ASTCFLAGS+=-Wno-strict-prototypes