mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Fix GCC7 fallthrough warnings
This commit is contained in:
committed by
Klaus Basan
parent
c0d9aacbb1
commit
ebe23a694b
@@ -113,7 +113,7 @@ namespace BlackMisc
|
||||
switch (i)
|
||||
{
|
||||
case IndexArtifactsPilotClient: return CVariant::fromValue(m_artifactsPilotClient);
|
||||
case IndexArtifactsXSwiftBus: CVariant::fromValue(m_artifactsXSwiftBus);
|
||||
case IndexArtifactsXSwiftBus: return CVariant::fromValue(m_artifactsXSwiftBus);
|
||||
case IndexDistributions: return CVariant::fromValue(m_distributions);
|
||||
default: return CValueObject::propertyByIndex(index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user