From 87e40d54d1ab7553f1a51c28a9fd23b0e1fb23d9 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sun, 18 Mar 2007 17:32:50 +0000 Subject: [PATCH] supress warnings due to non compilant headers git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4646 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/asr_tts/mod_cepstral/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/asr_tts/mod_cepstral/Makefile b/src/mod/asr_tts/mod_cepstral/Makefile index 3871e0e709..2ab6609769 100644 --- a/src/mod/asr_tts/mod_cepstral/Makefile +++ b/src/mod/asr_tts/mod_cepstral/Makefile @@ -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