Fixes some CLANG warnings (QtC IDE checks, nevertheless does not harm to fix them)

This commit is contained in:
Klaus Basan
2020-02-07 18:53:05 +01:00
committed by Mat Sutcliffe
parent 15ced5a77f
commit 86c8568bf2
3 changed files with 9 additions and 9 deletions

View File

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