[test] Silence unused parameter/typedef warnings

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300575 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Casey Carter
2017-04-18 18:44:33 +00:00
parent 2f2efbd520
commit 6f448f6943
3 changed files with 2 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ int main()
std::throw_with_nested("String literal");
assert(false);
}
catch (const char * s)
catch (const char *)
{
}
}