win32-debug build failure

This commit is contained in:
Sergei Golubchik 2015-01-23 14:17:38 +01:00
parent c287873795
commit d1c4ff2b2c

View File

@ -28,6 +28,11 @@
There is no reference counting and no unloading either. There is no reference counting and no unloading either.
*/ */
#if _MSC_VER
/* Silence warnings about variable 'unused' being used. */
#define FORCE_INIT_OF_VARS 1
#endif
#include <my_global.h> #include <my_global.h>
#include "mysql.h" #include "mysql.h"
#include <my_sys.h> #include <my_sys.h>