Fix problem with warnings of new compilers.
This commit is contained in:
parent
5e65c67cfc
commit
13535b2713
@ -1 +1 @@
|
|||||||
Subproject commit 544b6f1d12f0e5b2a141129075ff2d64feb0e4c9
|
Subproject commit c6403c4c847d94ed6b40d3fd128e729271867e75
|
@ -28,10 +28,8 @@
|
|||||||
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. */
|
/* Silence warnings about variable 'unused' being used. */
|
||||||
#define FORCE_INIT_OF_VARS 1
|
#define FORCE_INIT_OF_VARS 1
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <my_global.h>
|
#include <my_global.h>
|
||||||
#include "mysql.h"
|
#include "mysql.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user