ExternalASTMerger.cpp: Silence another warning. [-Wunused-lambda-capture]

llvm-svn: 300145
This commit is contained in:
NAKAMURA Takumi 2017-04-13 00:17:28 +00:00
parent 1f5a05bba1
commit 23ad196a22
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ void ExternalASTMerger::FindExternalLexicalDecls(
IP.Forward->Import(const_cast<Decl *>(SourceDecl));
assert(ImportedDecl->getDeclContext() == DC);
(void)ImportedDecl;
(void)DC;
}
}
});