forked from OSchip/llvm-project
ExternalASTMerger.cpp: Silence another warning. [-Wunused-lambda-capture]
llvm-svn: 300145
This commit is contained in:
parent
1f5a05bba1
commit
23ad196a22
|
@ -178,6 +178,7 @@ void ExternalASTMerger::FindExternalLexicalDecls(
|
|||
IP.Forward->Import(const_cast<Decl *>(SourceDecl));
|
||||
assert(ImportedDecl->getDeclContext() == DC);
|
||||
(void)ImportedDecl;
|
||||
(void)DC;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue