clean msvc build warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12183 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9e63b03d1c
commit
1e4c49ebc3
|
@ -195,7 +195,7 @@ SWITCH_DECLARE(switch_status_t) switch_log_bind_logger(switch_log_function_t fun
|
|||
|
||||
static switch_thread_t *thread;
|
||||
|
||||
static void *SWITCH_THREAD_FUNC log_thread(switch_thread_t *thread, void *obj)
|
||||
static void *SWITCH_THREAD_FUNC log_thread(switch_thread_t *t, void *obj)
|
||||
{
|
||||
|
||||
if (!obj) {
|
||||
|
|
Loading…
Reference in New Issue