[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:
@@ -113,7 +113,7 @@ int main()
|
||||
std::throw_with_nested("String literal");
|
||||
assert(false);
|
||||
}
|
||||
catch (const char * s)
|
||||
catch (const char *)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user