disable C4091

This commit is contained in:
freemine 2020-10-25 22:34:20 +08:00
parent 2170b69e78
commit 7137bf8995
1 changed files with 3 additions and 0 deletions

View File

@ -31,7 +31,10 @@
#pragma comment(lib, "Mswsock.lib ") #pragma comment(lib, "Mswsock.lib ")
#endif #endif
#pragma warning(push)
#pragma warning(disable:4091)
#include <DbgHelp.h> #include <DbgHelp.h>
#pragma warning(pop)
static void taosGetSystemTimezone() { static void taosGetSystemTimezone() {
// get and set default timezone // get and set default timezone