mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Fixed clazy warnings: returning void expression.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace XSwiftBus
|
||||
void CDBusServer::onNewConnection(DBusServer *server, DBusConnection *conn, void *data)
|
||||
{
|
||||
auto *obj = static_cast<CDBusServer *>(data);
|
||||
return obj->onNewConnection(server, conn);
|
||||
obj->onNewConnection(server, conn);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user