[Freeswitch-svn] [commit] r4667 - freeswitch/trunk/src/mod/endpoints/mod_wanpipe

Freeswitch SVN mikej at freeswitch.org
Mon Mar 19 16:23:09 EDT 2007


Author: mikej
Date: Mon Mar 19 16:23:09 2007
New Revision: 4667

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile

Log:
shut off warnings for now so we can build this

Modified: freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile	Mon Mar 19 16:23:09 2007
@@ -1,6 +1,7 @@
 BASE=../../../..
 LOCAL_CFLAGS  =-I/usr/local/include -I/usr/src/libpri -I/usr/src/linux/include -I. -I/usr/include 
 LOCAL_CFLAGS +=-D__LINUX__ -D_REENTRANT -D_GNU_SOURCE -DAFT_A104 -DWANPIPE_TDM_API -I$(switch_srcdir)/libs/libteletone/src
+LOCAL_CFLAGS +=-w
 LOCAL_LDFLAGS=-lsangoma $(BASE)/libs/libteletone/libteletone.la
 LOCAL_OBJS=ss7boost_client.o
 include $(BASE)/build/modmake.rules



More information about the Freeswitch-svn mailing list