mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
use size_t instead of int for overrun counter
This commit is contained in:
@@ -7,7 +7,7 @@ TEST_CASE("basic async test ", "[async]")
|
||||
{
|
||||
using namespace spdlog;
|
||||
auto test_sink = std::make_shared<sinks::test_sink_mt>();
|
||||
int overrun_counter = 0;
|
||||
size_t overrun_counter = 0;
|
||||
size_t queue_size = 128;
|
||||
size_t messages = 256;
|
||||
{
|
||||
|
Reference in New Issue
Block a user