From 8fad39fdaf036320c2bc53b131ffc94f9ca7bfcb Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Tue, 29 May 2018 11:08:59 +0200 Subject: [PATCH] Jenkins Win64 build warnings --- src/xswiftbus/utils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xswiftbus/utils.cpp b/src/xswiftbus/utils.cpp index c948c3dc7..e65bfe659 100644 --- a/src/xswiftbus/utils.cpp +++ b/src/xswiftbus/utils.cpp @@ -20,7 +20,6 @@ namespace XSwiftBus { - std::string g_xplanePath; std::string g_sep; @@ -106,6 +105,7 @@ namespace XSwiftBus { (void) line; (void) type; + (void) filePath; assert(!filePath.empty()); std::ostringstream ss; @@ -127,6 +127,7 @@ namespace XSwiftBus break; case FatalMsg: ss << "Fatal"; + break; } ss << ' ';