Fix remaining windows (32 bit) warnings.

This commit is contained in:
Vladislav Vaintroub 2011-02-19 15:16:31 +01:00
commit 99320324b2
2 changed files with 5 additions and 1 deletions

View file

@ -1942,4 +1942,7 @@ bool debug_sync_set_action(THD *thd, const char *action_str, size_t len)
}
#endif /* defined(ENABLED_DEBUG_SYNC) */
#else /* defined(ENABLED_DEBUG_SYNC) */
/* prevent linker/lib warning about file without public symbols */
int debug_sync_dummy;
#endif /* defined(ENABLED_DEBUG_SYNC) */