aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-29 18:05:34 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-29 18:05:34 +0000
commit43d25c072050d203cde297074c99f7a7105fb6f0 (patch)
treeb53ebfc215bbacb95cf1d5e35a0a13cea28ac682 /pbx
parent6f9ac71bc3cf57402bb7f3d53d9d133c43264602 (diff)
ignore warnings for prototypes in GTK headers
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@126395 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index b7a8c0067..161748b2d 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