fix VS warning about variable 'unused' being used

This commit is contained in:
Vladislav Vaintroub 2011-03-29 19:15:44 +02:00
parent c0577f6798
commit 2c0e356ae8

View File

@ -27,6 +27,11 @@
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>