Fix some random compiler warnings

This commit is contained in:
Slava Pestov
2023-06-29 16:24:34 -04:00
parent 83ccdbb5d3
commit 5ce14265e4
3 changed files with 3 additions and 3 deletions

View File

@@ -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());
}
}