[Freeswitch-svn] [commit] r4646 - freeswitch/trunk/src/mod/asr_tts/mod_cepstral

Freeswitch SVN mikej at freeswitch.org
Sun Mar 18 13:32:50 EDT 2007


Author: mikej
Date: Sun Mar 18 13:32:50 2007
New Revision: 4646

Modified:
   freeswitch/trunk/src/mod/asr_tts/mod_cepstral/Makefile

Log:
supress warnings due to non compilant headers

Modified: freeswitch/trunk/src/mod/asr_tts/mod_cepstral/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_cepstral/Makefile	(original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_cepstral/Makefile	Sun Mar 18 13:32:50 2007
@@ -1,6 +1,6 @@
 LOCAL_INSERT_LDFLAGS=if test $$osarch = "Darwin" ; then echo "-framework swift" ; else echo "-L/opt/swift/lib -lswift -lceplex_us -lceplang_en -lm" ; fi ;
 
 LOCAL_INSERT_CFLAGS=test $$osarch = "Darwin" || echo "-I/opt/swift/include";
-
+LOCAL_CFLAGS=-w
 include ../../../../build/modmake.rules
 



More information about the Freeswitch-svn mailing list