get rid of unnecessary pragmas.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@655 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-02-22 22:36:52 +00:00
parent 172b62785c
commit f36292af04
3 changed files with 3 additions and 56 deletions

View File

@@ -143,10 +143,6 @@ static int switch_events_match(switch_event *event, switch_event_node *node)
return match;
}
#ifdef WIN32
#pragma warning( push )
#pragma warning( disable : 4100 )
#endif
static void *SWITCH_THREAD_FUNC switch_event_thread(switch_thread *thread, void *obj)
{
switch_event_node *node;
@@ -199,9 +195,6 @@ static void *SWITCH_THREAD_FUNC switch_event_thread(switch_thread *thread, void
THREAD_RUNNING = 0;
return NULL;
}
#ifdef WIN32
#pragma warning( pop )
#endif
SWITCH_DECLARE(switch_status) switch_event_running(void)
{