1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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.
*/
#if _MSC_VER
/* Silence warnings about variable 'unused' being used. */
#define FORCE_INIT_OF_VARS 1
#endif
#include <my_global.h>
#include "mysql.h"