Bump for 3.6-28
[LibreOffice.git] / cppunit / cppunit-1.12.1-unused-parameters.patch
blobbb8e17fa21f815b6d5513da4b5c26a81654be1fe
1 --- misc/cppunit-1.12.1/include/cppunit/plugin/TestPlugIn.h 2012-01-18 10:28:28.189298501 +0100
2 +++ misc/build/cppunit-1.12.1/include/cppunit/plugin/TestPlugIn.h 2012-01-18 10:28:06.449450460 +0100
3 @@ -153,7 +153,7 @@
4 // Unix
5 #elif defined(CPPUNIT_HAVE_UNIX_DLL_LOADER) || defined(CPPUNIT_HAVE_UNIX_SHL_LOADER)
6 #define CPPUNIT_PLUGIN_IMPLEMENT_MAIN() \
7 - int main( int, char *[] ) \
8 + int main() \
9 { \
10 return 0; \
11 } \