summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2019-09-30 09:08:17 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2019-10-04 11:03:54 +0200
commit13535b2713aa78636e7c93059c30a298a72b627f (patch)
tree12a52b2bee8825991887a34028da88a22f1a5415 /sql-common
parent5e65c67cfcc79c48c22798babee7555b04f40d18 (diff)
downloadmariadb-git-13535b2713aa78636e7c93059c30a298a72b627f.tar.gz
Fix problem with warnings of new compilers.
Diffstat (limited to 'sql-common')
-rw-r--r--sql-common/client_plugin.c2
1 files changed, 0 insertions, 2 deletions
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 <my_global.h>
#include "mysql.h"