mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
fix several code analysis problems and mask several that are required
This commit is contained in:
@@ -91,7 +91,10 @@
|
||||
#include <Ws2tcpip.h>
|
||||
#pragma warning(pop)
|
||||
#else
|
||||
/* work around for warnings in vs 2010 */
|
||||
#pragma warning (disable:6386)
|
||||
#include <Ws2tcpip.h>
|
||||
#pragma warning (default:6386)
|
||||
#endif
|
||||
#else
|
||||
#include <strings.h>
|
||||
|
||||
Reference in New Issue
Block a user