[OPENMP] Fix -Wunused-lambda-capture. NFC

llvm-svn: 330284
This commit is contained in:
Fangrui Song 2018-04-18 19:32:01 +00:00
parent 1482db9e03
commit 16fe49a951
1 changed files with 1 additions and 0 deletions

View File

@ -11991,6 +11991,7 @@ static bool checkMapConflicts(
"Map clause expression with no components!");
assert(StackComponents.back().getAssociatedDeclaration() == VD &&
"Map clause expression with unexpected base!");
(void)VD;
// The whole expression in the stack.
const Expr *RE = StackComponents.front().getAssociatedExpression();