fix compiler warnings

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9432 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-09-04 00:45:39 +00:00
parent 6d12e74570
commit 5a7156a73d
1 changed files with 1 additions and 2 deletions

View File

@ -74,7 +74,7 @@ static void phase_e_handler(t30_state_t *s, void *user_data, int result)
t30_stats_t t;
const char *local_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)
{
@ -170,7 +170,6 @@ SWITCH_STANDARD_APP(rxfax_function)
const char *fax_local_name = NULL;
const char *fax_local_subname = NULL;
const char *fax_local_ecm = NULL;
int fax_local_disable_ecm;
const char *fax_local_v17 = NULL;
// make sure we have a valid channel when starting the FAX application