summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-26 09:22:42 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-26 09:43:33 +0200
commitc1fed2a9a198b75c618b3adb6db8ce50e5f50fff (patch)
treee3fd79c33c415a505a9dba7278cf70d6ed579bd2 /basic
parentccea3b6721da2dbf7a319c6e3e24428429cdf3ba (diff)
WaE: this method is empty and should be removed
Change-Id: Ia5ec3890a4e57c460dab58fcd690530ebf836140
Diffstat (limited to 'basic')
-rw-r--r--basic/qa/cppunit/test_vba.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx
index 936cce31004e..f7ddc6c494ec 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -137,6 +137,9 @@ void VBATest::testMiscOLEStuff()
CPPUNIT_ASSERT_MESSAGE("No return variable huh?", pReturn != NULL );
CPPUNIT_ASSERT_MESSAGE("Result not as expected", pReturn->GetOUString() == "OK" );
}
+#else
+ // Avoid "this method is empty and should be removed" warning
+ (void) 42;
#endif
}