diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-16 08:08:32 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-16 08:08:58 +0200 |
commit | 7e6689e3ed8972871718f6f8d06968efde264612 (patch) | |
tree | 51f9392ad782ba7ef23ff8096502de991114026f /basebmp | |
parent | 9210b95bcfd65ae558f445666d9b880e794d4c74 (diff) |
WaE: unused parameter 'argc' and 'argv'
Change-Id: I2276dffa8c241cb22ac11134387904a1eccb48af
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/test/basictest.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basebmp/test/basictest.cxx b/basebmp/test/basictest.cxx index 9e625c2e931d..21ae0cb281e5 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: */ |