mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-28 04:35:15 +00:00
fix compiler warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9432 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6d12e74570
commit
5a7156a73d
@ -74,7 +74,7 @@ static void phase_e_handler(t30_state_t *s, void *user_data, int result)
|
|||||||
t30_stats_t t;
|
t30_stats_t t;
|
||||||
const char *local_ident = NULL;
|
const char *local_ident = NULL;
|
||||||
const char *far_ident = NULL;
|
const char *far_ident = NULL;
|
||||||
switch_channel_t *chan = (struct switch_channel_t *) user_data;
|
switch_channel_t *chan = (switch_channel_t *) user_data;
|
||||||
|
|
||||||
if (result == T30_ERR_OK)
|
if (result == T30_ERR_OK)
|
||||||
{
|
{
|
||||||
@ -170,7 +170,6 @@ SWITCH_STANDARD_APP(rxfax_function)
|
|||||||
const char *fax_local_name = NULL;
|
const char *fax_local_name = NULL;
|
||||||
const char *fax_local_subname = NULL;
|
const char *fax_local_subname = NULL;
|
||||||
const char *fax_local_ecm = NULL;
|
const char *fax_local_ecm = NULL;
|
||||||
int fax_local_disable_ecm;
|
|
||||||
const char *fax_local_v17 = NULL;
|
const char *fax_local_v17 = NULL;
|
||||||
|
|
||||||
// make sure we have a valid channel when starting the FAX application
|
// make sure we have a valid channel when starting the FAX application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user