mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Fix Clang warnings
This commit is contained in:
@@ -64,7 +64,7 @@ namespace BlackMisc
|
||||
{
|
||||
if (client != this) { channels.unite(client->m_subscriptions.keys().toSet()); }
|
||||
}
|
||||
for (const auto channel : channels)
|
||||
for (const auto &channel : channels)
|
||||
{
|
||||
requestPeerSubscriptions(channel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user