提交 f5de340d authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 ceafc84c
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论