diff --git a/smart_ptr_test.cpp b/smart_ptr_test.cpp index baee93d..79edf7e 100644 --- a/smart_ptr_test.cpp +++ b/smart_ptr_test.cpp @@ -88,7 +88,7 @@ Incomplete * check_incomplete( shared_ptr& incomplete, // This isn't a very systematic test; it just hits some of the basics. -int test_main( int, char ** ) { +int test_main( int, char *[] ) { BOOST_TEST( UDT_use_count == 0 ); // reality check