summaryrefslogtreecommitdiff
path: root/smoketest
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 /smoketest
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 'smoketest')
-rw-r--r--smoketest/smoketest.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/smoketest/smoketest.cxx b/smoketest/smoketest.cxx
index 8cfa28e86d41..67257ea0fba8 100644
--- a/smoketest/smoketest.cxx
+++ b/smoketest/smoketest.cxx
@@ -204,9 +204,6 @@ CPPUNIT_TEST_SUITE_REGISTRATION(Test);
}
-#define argc
-#define argv
-
CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */