Fixed a couple of compiler warnings.

This commit is contained in:
Sergey Vojtovich 2014-12-19 23:17:59 +04:00
commit 094640c036
5 changed files with 12 additions and 14 deletions

View file

@ -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>