mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Jenkins Win64 build warnings
This commit is contained in:
@@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
namespace XSwiftBus
|
namespace XSwiftBus
|
||||||
{
|
{
|
||||||
|
|
||||||
std::string g_xplanePath;
|
std::string g_xplanePath;
|
||||||
std::string g_sep;
|
std::string g_sep;
|
||||||
|
|
||||||
@@ -106,6 +105,7 @@ namespace XSwiftBus
|
|||||||
{
|
{
|
||||||
(void) line;
|
(void) line;
|
||||||
(void) type;
|
(void) type;
|
||||||
|
(void) filePath;
|
||||||
|
|
||||||
assert(!filePath.empty());
|
assert(!filePath.empty());
|
||||||
std::ostringstream ss;
|
std::ostringstream ss;
|
||||||
@@ -127,6 +127,7 @@ namespace XSwiftBus
|
|||||||
break;
|
break;
|
||||||
case FatalMsg:
|
case FatalMsg:
|
||||||
ss << "Fatal";
|
ss << "Fatal";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
ss << ' ';
|
ss << ' ';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user