From 7a09bf3a88e99d85c4dec2ad296309dbec2987c3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Feb 2012 12:10:10 +0100 Subject: Improve previous warnings patch --- include/cppunit/plugin/TestPlugIn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppunit/plugin') diff --git a/include/cppunit/plugin/TestPlugIn.h b/include/cppunit/plugin/TestPlugIn.h index fed056d..52b5b35 100644 --- a/include/cppunit/plugin/TestPlugIn.h +++ b/include/cppunit/plugin/TestPlugIn.h @@ -160,7 +160,7 @@ typedef CppUnitTestPlugIn *(*TestPlugInSignature)(); // Unix #elif defined(CPPUNIT_HAVE_UNIX_DLL_LOADER) || defined(CPPUNIT_HAVE_UNIX_SHL_LOADER) #define CPPUNIT_PLUGIN_IMPLEMENT_MAIN() \ - int main( int, char *[] ) \ + int main() \ { \ return 0; \ } \ -- cgit v1.2.1