From ef2bf0684df3fbe1ac83f52265be8a882a53ef3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sat, 23 Jul 2016 16:26:11 +0000 Subject: [PATCH] Removed warning on unsigned --- lib/MySQL_Monitor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/MySQL_Monitor.cpp b/lib/MySQL_Monitor.cpp index 5f2ea9192..552e2ddd7 100644 --- a/lib/MySQL_Monitor.cpp +++ b/lib/MySQL_Monitor.cpp @@ -1284,7 +1284,7 @@ void * MySQL_Monitor::run() { mysql_thr->refresh_variables(); //wqueue queue; ConsumerThread **threads= (ConsumerThread **)malloc(sizeof(ConsumerThread *)*num_threads); - for (int i=0;istart(); } @@ -1302,10 +1302,10 @@ void * MySQL_Monitor::run() { } usleep(500000); } - for (int i=0;iqueue.add(NULL); } - for (int i=0;ijoin(); } free(threads);