mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #282 from proller/patch-1
silent "variable not used" warning
This commit is contained in:
commit
26f5640c2f
@ -441,6 +441,8 @@ void *do_io(void *v)
|
||||
// if it is_unrecoverable()
|
||||
if(is_unrecoverable(zh))
|
||||
break;
|
||||
|
||||
rc += 0; // silent "variable not used" warning
|
||||
}
|
||||
api_epilog(zh, 0);
|
||||
LOG_DEBUG(("IO thread terminated"));
|
||||
|
Loading…
Reference in New Issue
Block a user