From e699fa997f43b1f5d2550886097dcc81c203d178 Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Tue, 18 Apr 2017 18:44:33 +0000 Subject: [test] Silence unused parameter/typedef warnings llvm-svn: 300575 --- .../support.exception/except.nested/throw_with_nested.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/std/language.support/support.exception/except.nested') diff --git a/libcxx/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp b/libcxx/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp index 26be4db38fb..6a9f25cd085 100644 --- a/libcxx/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp +++ b/libcxx/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp @@ -113,7 +113,7 @@ int main() std::throw_with_nested("String literal"); assert(false); } - catch (const char * s) + catch (const char *) { } } -- cgit v1.2.3