[asterisk-commits] kpfleming: branch 1.4 r126395 -	/branches/1.4/pbx/Makefile
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Sun Jun 29 13:05:34 CDT 2008
    
    
  
Author: kpfleming
Date: Sun Jun 29 13:05:34 2008
New Revision: 126395
URL: http://svn.digium.com/view/asterisk?view=rev&rev=126395
Log:
ignore warnings for prototypes in GTK headers
Modified:
    branches/1.4/pbx/Makefile
Modified: branches/1.4/pbx/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/Makefile?view=diff&rev=126395&r1=126394&r2=126395
==============================================================================
--- branches/1.4/pbx/Makefile (original)
+++ branches/1.4/pbx/Makefile Sun Jun 29 13:05:34 2008
@@ -57,3 +57,5 @@
 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
    
    
More information about the asterisk-commits
mailing list