Kaydet (Commit) c1fed2a9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: this method is empty and should be removed

Change-Id: Ia5ec3890a4e57c460dab58fcd690530ebf836140
üst ccea3b67
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment