]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove -w from mod_fax makefile
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 9 Sep 2008 17:07:40 +0000 (17:07 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 9 Sep 2008 17:07:40 +0000 (17:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9494 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_fax/Makefile
src/mod/applications/mod_fax/mod_fax.c

index ff2991e7ccc08c18528348e1c18e8aa4dd17a886..3a19ceecc29a347199996f456699fbf51aad2bb0 100644 (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
index 25658e7a0cd38acb90613f3bbb19b0d2046e6726..18678aa2973d9a88646ec977de50877902e68e60 100644 (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();