WaE: this method is empty and should be removed

Change-Id: Ia5ec3890a4e57c460dab58fcd690530ebf836140
This commit is contained in:
Tor Lillqvist
2015-03-26 09:22:42 +02:00
parent ccea3b6721
commit c1fed2a9a1

View File

@@ -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
}