mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Silence warning "value stored to rv is never read"
This commit is contained in:
@@ -8,6 +8,7 @@ void prepare_logdir()
|
||||
system("del /F /Q logs\\*");
|
||||
#else
|
||||
auto rv = system("mkdir -p logs");
|
||||
(void)rv;
|
||||
rv = system("rm -f logs/*");
|
||||
(void)rv;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user