1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

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

View File

@@ -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"