From af32b02c06f32a89dc9f52e556bc5dd3bf49c19e Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 3 Nov 2011 23:48:42 +0100 Subject: few cmake/compiler warnings --- sql/debug_sync.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/debug_sync.cc b/sql/debug_sync.cc index 093650b3673..eb8e3b093c9 100644 --- a/sql/debug_sync.cc +++ b/sql/debug_sync.cc @@ -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; -- cgit v1.2.1