mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix several compile warnings on Windows
This commit is contained in:
@@ -483,7 +483,18 @@ void my_write_core(int sig)
|
||||
|
||||
#else /* __WIN__*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
/* Silence warning in OS header dbghelp.h */
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4091)
|
||||
#endif
|
||||
|
||||
#include <dbghelp.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
#include <tlhelp32.h>
|
||||
#include <my_sys.h>
|
||||
#if _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user