From c1fed2a9a198b75c618b3adb6db8ce50e5f50fff Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 26 Mar 2015 09:22:42 +0200 Subject: WaE: this method is empty and should be removed Change-Id: Ia5ec3890a4e57c460dab58fcd690530ebf836140 --- basic/qa/cppunit/test_vba.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'basic/qa') 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 } -- cgit