summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/depr/exception.unexpected
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-07-18 22:51:51 +0000
committerEric Fiselier <eric@efcs.ca>2015-07-18 22:51:51 +0000
commit203f6879717553bf6d8d47338756db6d81d83ff9 (patch)
tree9a9905f9ee7002a973cf4bc8e05a7b861bc51f7a /libcxx/test/std/depr/exception.unexpected
parent19fa3376100f59d083383a5db03a969a4a45066b (diff)
downloadbcm5719-llvm-203f6879717553bf6d8d47338756db6d81d83ff9.tar.gz
bcm5719-llvm-203f6879717553bf6d8d47338756db6d81d83ff9.zip
Cleanup warnings in test/std/depr
llvm-svn: 242627
Diffstat (limited to 'libcxx/test/std/depr/exception.unexpected')
-rw-r--r--libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp b/libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp
index 7fab50081d2..5879529317e 100644
--- a/libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp
+++ b/libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp
@@ -16,4 +16,5 @@ void f() {}
int main()
{
std::unexpected_handler p = f;
+ ((void)p);
}
OpenPOWER on IntegriCloud