summaryrefslogtreecommitdiff
path: root/test/test_exception_storage.pass.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-12-24 00:37:13 +0000
committerEric Fiselier <eric@efcs.ca>2016-12-24 00:37:13 +0000
commit08bf03cf8ca8a4f55644956aec77677b3f0cf232 (patch)
tree896f39c9a0baca1fb5f4710d3a8efcf7f737d100 /test/test_exception_storage.pass.cpp
parent534295b102a7f9951ab2b8b38637b9cdf57cade1 (diff)
Fix warnings in libc++abi tests
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@290471 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/test_exception_storage.pass.cpp')
-rw-r--r--test/test_exception_storage.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_exception_storage.pass.cpp b/test/test_exception_storage.pass.cpp
index d509227..13a4a60 100644
--- a/test/test_exception_storage.pass.cpp
+++ b/test/test_exception_storage.pass.cpp
@@ -42,7 +42,7 @@ size_t thread_globals [ NUMTHREADS ] = { 0 };
__libcxxabi_thread_t threads [ NUMTHREADS ];
#endif
-int main ( int argc, char *argv [] ) {
+int main () {
int retVal = 0;
#ifndef _LIBCXXABI_HAS_NO_THREADS