diff options
Diffstat (limited to 'sql-common/client_plugin.c')
-rw-r--r-- | sql-common/client_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-common/client_plugin.c b/sql-common/client_plugin.c index f81660f8986..4c584d17294 100644 --- a/sql-common/client_plugin.c +++ b/sql-common/client_plugin.c @@ -28,7 +28,7 @@ There is no reference counting and no unloading either. */ -#if _MSC_VER +#if defined(_MSC_VER) /* Silence warnings about variable 'unused' being used. */ #define FORCE_INIT_OF_VARS 1 #endif |