From 094b5834b77060bb26ed8e7f76c1a56f55ed09e1 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 9 May 2019 09:25:56 -0700 Subject: [PATCH] warning police --- ws/ixcore/utils/IXCoreLogger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {