1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

few cmake/compiler warnings

This commit is contained in:
Sergei Golubchik
2011-11-03 23:48:42 +01:00
parent 6edd76785c
commit af32b02c06
4 changed files with 4 additions and 7 deletions

View File

@ -1738,7 +1738,7 @@ static void debug_sync_execute(THD *thd, st_debug_sync_action *action)
if (action->wait_for.length())
{
mysql_mutex_t *old_mutex;
mysql_cond_t *old_cond;
mysql_cond_t *UNINIT_VAR(old_cond);
int error= 0;
struct timespec abstime;