forked from OSchip/llvm-project
Avoid a compiler warning about Found not being used when assertions are
disabled. llvm-svn: 190668
This commit is contained in:
parent
70c93d3b1c
commit
c9e95ad0db
|
@ -367,6 +367,7 @@ namespace {
|
|||
}
|
||||
}
|
||||
assert(Found && "Capturing call-site captured nothing?");
|
||||
(void)Found;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue