[Libreoffice-commits] .: basebmp/test

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 15 22:18:54 PST 2012


 basebmp/test/basictest.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 7e6689e3ed8972871718f6f8d06968efde264612
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Fri Nov 16 08:08:32 2012 +0200

    WaE: unused parameter 'argc' and 'argv'
    
    Change-Id: I2276dffa8c241cb22ac11134387904a1eccb48af

diff --git a/basebmp/test/basictest.cxx b/basebmp/test/basictest.cxx
index 9e625c2..21ae0cb 100644
--- a/basebmp/test/basictest.cxx
+++ b/basebmp/test/basictest.cxx
@@ -300,6 +300,9 @@ public:
 CPPUNIT_TEST_SUITE_REGISTRATION(BasicTest);
 }
 
+#define argc
+#define argv
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list