[packages] net/freeswitch: Removed accidentally committed warning suppresion
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22308 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0e95db7d7b
commit
cac05e988d
@ -318,8 +318,8 @@ ifneq ($(CONFIG_PACKAGE_freeswitch-sounds-moh),)
|
||||
MAKE_INSTALL_TARGETS+= moh-install
|
||||
endif
|
||||
|
||||
FS_TARGET_CFLAGS = ${TARGET_CFLAGS} -DLUA_USE_LINUX $(FPIC) -std=gnu99 -Wno-format -fgnu89-inline
|
||||
FS_TARGET_CXXFLAGS = ${TARGET_CXXFLAGS} -DLUA_USE_LINUX $(FPIC) -Wno-format -fgnu89-inline
|
||||
FS_TARGET_CFLAGS = ${TARGET_CFLAGS} -DLUA_USE_LINUX $(FPIC) -std=gnu99 -fgnu89-inline
|
||||
FS_TARGET_CXXFLAGS = ${TARGET_CXXFLAGS} -DLUA_USE_LINUX $(FPIC) -fgnu89-inline
|
||||
FS_TARGET_CPPFLAGS = -I. -I./lua ${TARGET_CPPFLAGS}
|
||||
|
||||
ifneq ($(CONFIG_USE_EGLIBC),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user