Merge pull request #282 from proller/patch-1

silent "variable not used" warning
This commit is contained in:
alexey-milovidov 2016-12-21 22:19:36 +04:00 committed by GitHub
commit 26f5640c2f

View File

@ -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"));