diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-07-18 22:51:51 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-07-18 22:51:51 +0000 |
commit | 203f6879717553bf6d8d47338756db6d81d83ff9 (patch) | |
tree | 9a9905f9ee7002a973cf4bc8e05a7b861bc51f7a /libcxx/test/std/depr/exception.unexpected | |
parent | 19fa3376100f59d083383a5db03a969a4a45066b (diff) | |
download | bcm5719-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.cpp | 1 |
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); } |