diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-12-24 00:37:13 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-12-24 00:37:13 +0000 |
commit | a140cba79552ec4110643b5193b69228ea61d975 (patch) | |
tree | 70e09cfdd4be674397784294940ed2e2b283c498 /libcxxabi/test/test_exception_storage.pass.cpp | |
parent | 9e317127adec29a893f5e34e5e2094b81b0e0c4e (diff) | |
download | bcm5719-llvm-a140cba79552ec4110643b5193b69228ea61d975.tar.gz bcm5719-llvm-a140cba79552ec4110643b5193b69228ea61d975.zip |
Fix warnings in libc++abi tests
llvm-svn: 290471
Diffstat (limited to 'libcxxabi/test/test_exception_storage.pass.cpp')
-rw-r--r-- | libcxxabi/test/test_exception_storage.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/test_exception_storage.pass.cpp b/libcxxabi/test/test_exception_storage.pass.cpp index d5092274d91..13a4a60c797 100644 --- a/libcxxabi/test/test_exception_storage.pass.cpp +++ b/libcxxabi/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 |