|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65074 - sandbox/chrono/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2010-08-28 04:18:23
Author: viboes
Date: 2010-08-28 04:18:18 EDT (Sat, 28 Aug 2010)
New Revision: 65074
URL: http://svn.boost.org/trac/boost/changeset/65074
Log:
* remove unused argument warnings
Text files modified:
sandbox/chrono/libs/chrono/test/stopclock_constructor_overload_test.cpp | 2 +-
sandbox/chrono/libs/chrono/test/wstopclock_constructor_overload_test.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/chrono/libs/chrono/test/stopclock_constructor_overload_test.cpp
==============================================================================
--- sandbox/chrono/libs/chrono/test/stopclock_constructor_overload_test.cpp (original)
+++ sandbox/chrono/libs/chrono/test/stopclock_constructor_overload_test.cpp 2010-08-28 04:18:18 EDT (Sat, 28 Aug 2010)
@@ -64,7 +64,7 @@
}
-int test_main( int argc, char * argv[] )
+int test_main( int /*argc*/, char * /*argv*/[] )
{
std::locale loc( "" ); // test with appropriate locale
std::cout.imbue( loc );
Modified: sandbox/chrono/libs/chrono/test/wstopclock_constructor_overload_test.cpp
==============================================================================
--- sandbox/chrono/libs/chrono/test/wstopclock_constructor_overload_test.cpp (original)
+++ sandbox/chrono/libs/chrono/test/wstopclock_constructor_overload_test.cpp 2010-08-28 04:18:18 EDT (Sat, 28 Aug 2010)
@@ -123,7 +123,7 @@
> wstopclock_t;
}
-int test_main( int argc, char * argv[] )
+int test_main( int /*argc*/, char * /*argv*/[] )
{
std::locale loc( "" ); // test with appropriate locale
std::cout.imbue( loc );
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk