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:
parent
ea964d8fe6
commit
3bcf438356
|
@ -3,7 +3,7 @@ BASE=../../../..
|
||||||
SPANDSP_DIR=$(BASE)/libs/spandsp
|
SPANDSP_DIR=$(BASE)/libs/spandsp
|
||||||
SPANDSP_LA=$(SPANDSP_DIR)/src/libspandsp.la
|
SPANDSP_LA=$(SPANDSP_DIR)/src/libspandsp.la
|
||||||
|
|
||||||
LOCAL_CFLAGS=-I$(SPANDSP_DIR)/src -w
|
LOCAL_CFLAGS=-I$(SPANDSP_DIR)/src
|
||||||
LOCAL_LIBADD=$(SPANDSP_LA)
|
LOCAL_LIBADD=$(SPANDSP_LA)
|
||||||
|
|
||||||
include $(BASE)/build/modmake.rules
|
include $(BASE)/build/modmake.rules
|
||||||
|
|
|
@ -513,7 +513,7 @@ void process_fax(switch_core_session_t *session, const char *data, application_m
|
||||||
goto done;
|
goto done;
|
||||||
} else if (pvt->app_mode == FUNCTION_RX) {
|
} else if (pvt->app_mode == FUNCTION_RX) {
|
||||||
char *fname;
|
char *fname;
|
||||||
char *prefix;
|
const char *prefix;
|
||||||
switch_time_t time;
|
switch_time_t time;
|
||||||
|
|
||||||
time = switch_time_now();
|
time = switch_time_now();
|
||||||
|
|
Loading…
Reference in New Issue