mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Jenkins Win64 build warnings
This commit is contained in:
@@ -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 << ' ';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user