Avoid loplugin:staticmethods in non-debug build

Change-Id: Ie943f6a998f142014c0405892264c8257dccaf6f
This commit is contained in:
Stephan Bergmann
2015-07-08 21:04:24 +02:00
parent 8585e0a1fd
commit d0ba487bae

View File

@@ -370,6 +370,7 @@ namespace basegfx
OSL_ENSURE( isSweepLineEnteringRect ||
mpLeadingRightEdge == &rActiveEdge,
"ImplPolygon::intersect(): sweep initial own edge hit: wrong leading edge" );
(void) this; // avoid loplugin:staticmethods
}
void handleFinalOwnRightEdge(ActiveEdge& rActiveEdge)