warning police

This commit is contained in:
Benjamin Sergeant 2019-05-09 09:25:56 -07:00
parent 0d83ffdf6e
commit e50974dc4b

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)
{