mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Fixes some CLANG warnings (QtC IDE checks, nevertheless does not harm to fix them)
This commit is contained in:
committed by
Mat Sutcliffe
parent
15ced5a77f
commit
86c8568bf2
@@ -65,7 +65,7 @@ namespace BlackConfig
|
||||
{
|
||||
if (CBuildConfig::buildWordSize() == 32) return QString("Win32");
|
||||
if (CBuildConfig::buildWordSize() == 64) return QString("Win64");
|
||||
};
|
||||
}
|
||||
return QString("unknown");
|
||||
}());
|
||||
return p;
|
||||
|
||||
Reference in New Issue
Block a user