From 45f71edd91d0360bb0c1015186bd0fe2a3da3f8e Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 19 Mar 2007 20:23:09 +0000 Subject: [PATCH] shut off warnings for now so we can build this git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4667 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_wanpipe/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_wanpipe/Makefile b/src/mod/endpoints/mod_wanpipe/Makefile index 12308059f6..1854e504c4 100644 --- a/src/mod/endpoints/mod_wanpipe/Makefile +++ b/src/mod/endpoints/mod_wanpipe/Makefile @@ -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