diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-15 14:57:42 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-15 14:57:42 +0000 |
| commit | 617df034edf60f5792f09d7a03085907644cc55d (patch) | |
| tree | 5ab0d920f294d07d0d51a4b7afcf6b8415f9117e /include/cppunit/plugin/TestPlugIn.h | |
| parent | 20c6f600f1c80aa16aa12761ea534b3af81a0be7 (diff) | |
| download | cppunit-617df034edf60f5792f09d7a03085907644cc55d.tar.gz | |
updated main definition on unix
Diffstat (limited to 'include/cppunit/plugin/TestPlugIn.h')
| -rw-r--r-- | include/cppunit/plugin/TestPlugIn.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cppunit/plugin/TestPlugIn.h b/include/cppunit/plugin/TestPlugIn.h index 78ab4a6..02facd0 100644 --- a/include/cppunit/plugin/TestPlugIn.h +++ b/include/cppunit/plugin/TestPlugIn.h @@ -112,11 +112,13 @@ typedef CppUnitTestPlugIn *(*CppUnitTestPlugInSignature)(); #define CPPUNIT_PLUGIN_IMPLEMENT_MAIN() \ int main( int argc, char *argv[] ) \ { \ - (void)argc; (void)argv; \ return 0; \ } \ typedef char __CppUnitPlugInImplementMainDummyTypeDef +// (void)argc; (void)argv; \ + + // Other #else // other platforms don't require anything specifics #endif |
