Fixed warning
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
#include "spdlog/spdlog.h"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int main(int argc, char* [])
 | 
			
		||||
int main(int, char* [])
 | 
			
		||||
{
 | 
			
		||||
    int howmany = 1000000;
 | 
			
		||||
    namespace spd = spdlog;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user