some msvc warnings that I re-enabled came back due to messy header files in some libs.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4242 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-02-13 21:38:12 +00:00
parent ceafc84ca0
commit f5de340dcc
3 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,9 @@
*
*/
#include <switch.h>
#ifdef _MSC_VER
#pragma warning(disable:4142)
#endif
#include <howl.h>
static const char modname[] = "mod_zeroconf";

View File

@ -30,6 +30,9 @@
*
*/
#include "mod_spidermonkey.h"
#ifdef _MSC_VER
#pragma warning(disable:4142)
#endif
#include <libetpan/libetpan.h>
static const char modname[] = "etpan";

View File

@ -30,6 +30,10 @@
*
*/
#include <switch.h>
#ifdef _MSC_VER
#pragma warning(disable:4142)
#endif
#include <xmlrpc-c/base.h>
#ifdef ABYSS_WIN32
#undef strcasecmp