supress warnings due to non compilant headers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4646 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ff90de1555
commit
87e40d54d1
|
@ -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_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_INSERT_CFLAGS=test $$osarch = "Darwin" || echo "-I/opt/swift/include";
|
||||||
|
LOCAL_CFLAGS=-w
|
||||||
include ../../../../build/modmake.rules
|
include ../../../../build/modmake.rules
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue