Kaydet (Commit) 1a945712 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Revert "Avoid loplugin:staticmethods in non-debug build"

This reverts commit d0ba487b, obsoleted by
cbce40e9 "Make content of OSL_ASSERT,
DBG_ASSERT, etc. visiblie in non-debug builds."
üst 0bd58283
...@@ -370,7 +370,6 @@ namespace basegfx ...@@ -370,7 +370,6 @@ namespace basegfx
OSL_ENSURE( isSweepLineEnteringRect || OSL_ENSURE( isSweepLineEnteringRect ||
mpLeadingRightEdge == &rActiveEdge, mpLeadingRightEdge == &rActiveEdge,
"ImplPolygon::intersect(): sweep initial own edge hit: wrong leading edge" ); "ImplPolygon::intersect(): sweep initial own edge hit: wrong leading edge" );
(void) this; // avoid loplugin:staticmethods
} }
void handleFinalOwnRightEdge(ActiveEdge& rActiveEdge) void handleFinalOwnRightEdge(ActiveEdge& rActiveEdge)
......
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