Kaydet (Commit) 39669d32 authored tarafından Michael Stahl's avatar Michael Stahl

SwVirtFlyDrawObj: suppress unused parameter warnings (it's used by assert)

Change-Id: I2f5b530e011bf1bb95ca5e0421f6e03c0885872a
üst 12d9ac1f
......@@ -468,6 +468,7 @@ void SwVirtFlyDrawObj::wrap_DoPaintObject(
{
// if there's no viewport set, all fly-frames will be painted,
// which is slow, wastes memory, and can cause other trouble.
(void) rViewInformation; // suppress "unused parameter" warning
assert(!rViewInformation.getViewport().isEmpty());
if ( !pFlyFrm->IsFlyInCntFrm() )
{
......
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