diff options
| author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-01 12:10:10 +0100 |
|---|---|---|
| committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-01 12:10:10 +0100 |
| commit | 7a09bf3a88e99d85c4dec2ad296309dbec2987c3 (patch) | |
| tree | 1b9691fa501d3cc29893200aa4d709dc1b011c32 /include/cppunit/plugin | |
| parent | a76125c7dd07f79c82f3fed9be5c0a5627089e00 (diff) | |
| download | cppunit-7a09bf3a88e99d85c4dec2ad296309dbec2987c3.tar.gz | |
Improve previous warnings patch
Diffstat (limited to 'include/cppunit/plugin')
| -rw-r--r-- | include/cppunit/plugin/TestPlugIn.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; \ } \ |
