mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
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:
parent
ceafc84ca0
commit
f5de340dcc
@ -30,6 +30,9 @@
|
||||
*
|
||||
*/
|
||||
#include <switch.h>
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4142)
|
||||
#endif
|
||||
#include <howl.h>
|
||||
|
||||
static const char modname[] = "mod_zeroconf";
|
||||
|
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user