summaryrefslogtreecommitdiff
path: root/sql-common/client_plugin.c
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2014-12-19 23:17:59 +0400
committerSergey Vojtovich <svoj@mariadb.org>2014-12-19 23:17:59 +0400
commit094640c036a333c0f2b6f909b01a0ca39997f716 (patch)
treefb162343d3a3fd48485731e4fc827ebf9e712478 /sql-common/client_plugin.c
parent0f64a927a93239f7f0f5e413b893f7fc1233de15 (diff)
downloadmariadb-git-094640c036a333c0f2b6f909b01a0ca39997f716.tar.gz
Fixed a couple of compiler warnings.
Diffstat (limited to 'sql-common/client_plugin.c')
-rw-r--r--sql-common/client_plugin.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql-common/client_plugin.c b/sql-common/client_plugin.c
index f31ddb22a6a..d96f9648011 100644
--- a/sql-common/client_plugin.c
+++ b/sql-common/client_plugin.c
@@ -28,11 +28,6 @@
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"
#include <my_sys.h>