Fix problem with warnings of new compilers.

This commit is contained in:
Oleksandr Byelkin 2019-09-30 09:08:17 +02:00
parent 5e65c67cfc
commit 13535b2713
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit 544b6f1d12f0e5b2a141129075ff2d64feb0e4c9
Subproject commit c6403c4c847d94ed6b40d3fd128e729271867e75

View File

@ -28,10 +28,8 @@
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 "mysql.h"