Jenkins Win64 build warnings

This commit is contained in:
Klaus Basan
2018-05-29 11:08:59 +02:00
parent efba4d99d3
commit 8fad39fdaf

View File

@@ -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 << ' ';