]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
some msvc warnings that I re-enabled came back due to messy header files in some...
authorMichael Jerris <mike@jerris.com>
Tue, 13 Feb 2007 21:38:12 +0000 (21:38 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 13 Feb 2007 21:38:12 +0000 (21:38 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4242 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_zeroconf/mod_zeroconf.c
src/mod/languages/mod_spidermonkey_etpan/mod_spidermonkey_etpan.c
src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c

index 74642fe00ecde05f648cec48882b4cd4f99348d9..bf583a294557cb9ba2caa3bccc3d5f8d028f09f5 100644 (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";
index 1ba3fbe8e64681ab4218117b73b2d05060b03d2a..12f37e75ca2c14e7f537c958f9846c5308203549 100644 (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";
index 4d6b0bf018a470b7d64536c0dbb4a89757113b04..09d762d5013fe8de4aac034c1b5b79d4d0669463 100644 (file)
  *
  */
 #include <switch.h>
+#ifdef _MSC_VER
+#pragma warning(disable:4142)
+#endif
+
 #include <xmlrpc-c/base.h>
 #ifdef ABYSS_WIN32
 #undef strcasecmp