diff --git a/ws/ixcore/utils/IXCoreLogger.cpp b/ws/ixcore/utils/IXCoreLogger.cpp index 427b375e..4aeebdc7 100644 --- a/ws/ixcore/utils/IXCoreLogger.cpp +++ b/ws/ixcore/utils/IXCoreLogger.cpp @@ -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) {