diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-08 21:04:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-08 21:04:24 +0200 |
commit | d0ba487bae3a0f6d1fcb9af13397c85e70ad8e1b (patch) | |
tree | 1ce5e5779baec4a04ddaebd950abc5f722f09322 /basegfx/source/range/b2drangeclipper.cxx | |
parent | 8585e0a1fd7a31a6ee85b05fdff57b11797e0ea3 (diff) |
Avoid loplugin:staticmethods in non-debug build
Change-Id: Ie943f6a998f142014c0405892264c8257dccaf6f
Diffstat (limited to 'basegfx/source/range/b2drangeclipper.cxx')
-rw-r--r-- | basegfx/source/range/b2drangeclipper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx index 1b4929475364..e9a3e5ed3dff 100644 --- a/basegfx/source/range/b2drangeclipper.cxx +++ b/basegfx/source/range/b2drangeclipper.cxx @@ -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) |