From 617df034edf60f5792f09d7a03085907644cc55d Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Mon, 15 Apr 2002 14:57:42 +0000 Subject: updated main definition on unix --- include/cppunit/plugin/TestPlugIn.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/cppunit/plugin') 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 -- cgit v1.2.1