mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
Fix tidy warning
This commit is contained in:
parent
b3402a0b9f
commit
1f8b04cbd1
@ -113,7 +113,7 @@ bool SPDLOG_INLINE thread_pool::process_next_msg_()
|
|||||||
}
|
}
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
assert(false && "Unexpected async_msg_type");
|
assert(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user