Fix another unused warning

llvm-svn: 290470
This commit is contained in:
Eric Fiselier 2016-12-24 00:28:19 +00:00
parent aec0878403
commit 9e317127ad
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ int main() {
const char* expect = TestCases[i].expect;
#ifdef TEST_HAS_NO_DEMANGLE
assert(demangle(raw) == raw);
((void)expect);
#else
assert(demangle(raw) == expect);
#endif