mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix some random compiler warnings
This commit is contained in:
@@ -554,6 +554,7 @@ void SourceLookupCache::lookupVisibleDecls(ImportPath::Access AccessPath,
|
||||
SmallVector<MissingDecl *, 4> unexpandedDecls;
|
||||
for (auto &entry : TopLevelAuxiliaryDecls) {
|
||||
for (auto &decl : entry.second) {
|
||||
(void) decl;
|
||||
unexpandedDecls.append(entry.second.begin(), entry.second.end());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user