Fix compiler warnings

This commit is contained in:
Florin Iucha
2019-11-27 19:17:27 -05:00
parent 79259fdb3f
commit c172c72be9
4 changed files with 7 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ void SPDLOG_INLINE thread_pool::post_async_msg_(async_msg &&new_msg, async_overf
void SPDLOG_INLINE thread_pool::worker_loop_()
{
while (process_next_msg_()) {};
while (process_next_msg_()) {}
}
// process next message in the queue