remove -w from mod_fax makefile

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9494 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-09-09 17:07:40 +00:00
parent ea964d8fe6
commit 3bcf438356
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ BASE=../../../..
SPANDSP_DIR=$(BASE)/libs/spandsp
SPANDSP_LA=$(SPANDSP_DIR)/src/libspandsp.la
LOCAL_CFLAGS=-I$(SPANDSP_DIR)/src -w
LOCAL_CFLAGS=-I$(SPANDSP_DIR)/src
LOCAL_LIBADD=$(SPANDSP_LA)
include $(BASE)/build/modmake.rules

View File

@ -513,7 +513,7 @@ void process_fax(switch_core_session_t *session, const char *data, application_m
goto done;
} else if (pvt->app_mode == FUNCTION_RX) {
char *fname;
char *prefix;
const char *prefix;
switch_time_t time;
time = switch_time_now();