From 13535b2713aa78636e7c93059c30a298a72b627f Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Mon, 30 Sep 2019 09:08:17 +0200 Subject: Fix problem with warnings of new compilers. --- sql-common/client_plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sql-common') diff --git a/sql-common/client_plugin.c b/sql-common/client_plugin.c index 52e0ae03ee1..a4de02b9f41 100644 --- a/sql-common/client_plugin.c +++ b/sql-common/client_plugin.c @@ -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 #include "mysql.h" -- cgit v1.2.1