mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-04 06:51:56 +00:00
Silence unused variable warning in release builds.
llvm-svn: 300006
This commit is contained in:
parent
b58079d4e2
commit
4ecc848ebd
@ -177,6 +177,7 @@ void ExternalASTMerger::FindExternalLexicalDecls(
|
||||
Decl *ImportedDecl =
|
||||
IP.Forward->Import(const_cast<Decl *>(SourceDecl));
|
||||
assert(ImportedDecl->getDeclContext() == DC);
|
||||
(void)ImportedDecl;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user