[Libreoffice-commits] .: basebmp/test smoketest/smoketest.cxx
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 15 23:01:33 PST 2012
basebmp/test/basictest.cxx | 3 ---
smoketest/smoketest.cxx | 3 ---
2 files changed, 6 deletions(-)
New commits:
commit a4c9ef33c7a75ed4d7b5b4582bc471b86dacd774
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Fri Nov 16 08:22:33 2012 +0200
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.
diff --git a/basebmp/test/basictest.cxx b/basebmp/test/basictest.cxx
index 21ae0cb..9e625c2 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: */
diff --git a/smoketest/smoketest.cxx b/smoketest/smoketest.cxx
index 8cfa28e..67257ea 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: */
More information about the Libreoffice-commits
mailing list