mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Fixed warning
This commit is contained in:
parent
5b04fb6850
commit
413c23d5af
@ -2,7 +2,7 @@
|
||||
#include "spdlog/spdlog.h"
|
||||
|
||||
|
||||
int main(int argc, char* [])
|
||||
int main(int, char* [])
|
||||
{
|
||||
int howmany = 1000000;
|
||||
namespace spd = spdlog;
|
||||
|
Loading…
Reference in New Issue
Block a user