From a4c9ef33c7a75ed4d7b5b4582bc471b86dacd774 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 16 Nov 2012 08:22:33 +0200 Subject: Revert "WaE: unused parameter 'argc' and 'argv'" Nah, just don't bother using --enable-werror with an old system cppunit that has the unused argc and argv in CPPUNIT_PLUGIN_IMPLEMENT(). This reverts commit 7e6689e3ed8972871718f6f8d06968efde264612. This reverts commit 07b6dc8610785026860f6dfcf6aab1c4ad1f45f2. --- basebmp/test/basictest.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'basebmp') diff --git a/basebmp/test/basictest.cxx b/basebmp/test/basictest.cxx index 21ae0cb281e5..9e625c2e931d 100644 --- a/basebmp/test/basictest.cxx +++ b/basebmp/test/basictest.cxx @@ -300,9 +300,6 @@ public: CPPUNIT_TEST_SUITE_REGISTRATION(BasicTest); } -#define argc -#define argv - CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit