Kaydet (Commit) 4eccc379 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4101: 'e' : unreferenced local variable

Change-Id: I2828021d60d82e43358ba98a1a3b4967a6901cd6
üst 6b8965bc
......@@ -354,7 +354,7 @@ static PyObject* initPoniesMode(
// guess casting pFunc is undefined behavior but don't see a better way
((void (SAL_CALL *)(XMultiServiceFactory*)) pFunc) (xMSF.get());
}
catch (const com::sun::star::uno::Exception & e)
catch (const com::sun::star::uno::Exception &)
{
abort();
}
......
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