mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
fix: Compiler warning
This commit is contained in:
@@ -96,6 +96,8 @@ CCoreFacadeConfig CSwiftGuiStdApplication::coreModeToCoreFacadeConfig(CoreModes:
|
||||
{
|
||||
case CoreModes::Distributed: return CCoreFacadeConfig(CCoreFacadeConfig::Remote, dBusAddress);
|
||||
case CoreModes::Standalone: return CCoreFacadeConfig(CCoreFacadeConfig::Local, dBusAddress); break;
|
||||
default: Q_ASSERT_X(false, Q_FUNC_INFO, "Not handled core mode");
|
||||
default:
|
||||
Q_ASSERT_X(false, Q_FUNC_INFO, "Not handled core mode");
|
||||
return CCoreFacadeConfig(CCoreFacadeConfig::NotUsed, dBusAddress);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user