summaryrefslogtreecommitdiff
path: root/basebmp/test/basictest.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-11-16 08:22:33 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-16 08:23:49 +0200
commita4c9ef33c7a75ed4d7b5b4582bc471b86dacd774 (patch)
tree1a2b9e9f9e1469f844c6c171b563b4c1e201e18a /basebmp/test/basictest.cxx
parent7e6689e3ed8972871718f6f8d06968efde264612 (diff)
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.
Diffstat (limited to 'basebmp/test/basictest.cxx')
-rw-r--r--basebmp/test/basictest.cxx3
1 files changed, 0 insertions, 3 deletions
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: */