mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Fixed bench dev_null
This commit is contained in:
parent
e15c505965
commit
8cfd4a7e7b
@ -121,7 +121,7 @@ int main(int argc, char *argv[]) {
|
||||
tracing_null_logger_st->enable_backtrace(64);
|
||||
benchmark::RegisterBenchmark("null_sink_st/backtrace", bench_logger, tracing_null_logger_st);
|
||||
|
||||
#ifdef __linux
|
||||
#ifdef __linux__
|
||||
bench_dev_null();
|
||||
#endif // __linux__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user