Kaydet (Commit) a4c9ef33 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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 7e6689e3.
This reverts commit 07b6dc86.
üst 7e6689e3
...@@ -300,9 +300,6 @@ public: ...@@ -300,9 +300,6 @@ public:
CPPUNIT_TEST_SUITE_REGISTRATION(BasicTest); CPPUNIT_TEST_SUITE_REGISTRATION(BasicTest);
} }
#define argc
#define argv
CPPUNIT_PLUGIN_IMPLEMENT(); CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -204,9 +204,6 @@ CPPUNIT_TEST_SUITE_REGISTRATION(Test); ...@@ -204,9 +204,6 @@ CPPUNIT_TEST_SUITE_REGISTRATION(Test);
} }
#define argc
#define argv
CPPUNIT_PLUGIN_IMPLEMENT(); CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment