warning police

This commit is contained in:
Benjamin Sergeant 2019-05-09 09:25:56 -07:00
parent 1eb98cc74f
commit 094b5834b7

View File

@ -4,7 +4,7 @@
namespace ix
{
// Default do nothing logger
IXCoreLogger::LogFunc IXCoreLogger::_currentLogger = [](const char* msg){};
IXCoreLogger::LogFunc IXCoreLogger::_currentLogger = [](const char* /*msg*/){};
void IXCoreLogger::Log(const char* msg)
{