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

Silence new loplugin:fpcomparison for now

...introduced with ba4a124b "Resolves:
tdf#114117 draw page shadow mangled"

Change-Id: I31573d55ae7e5ff015d4582de1d436cdc673acf1
üst 343af46f
...@@ -327,7 +327,11 @@ bool FpComparison::ignore(FunctionDecl* function) ...@@ -327,7 +327,11 @@ bool FpComparison::ignore(FunctionDecl* function)
|| dc.Function("SetScreenNumber").Class("AquaSalFrame").GlobalNamespace() || dc.Function("SetScreenNumber").Class("AquaSalFrame").GlobalNamespace()
|| (vclFloatDevicePixel || (vclFloatDevicePixel
&& (dc.Function("Justify").Class("GenericSalLayout").GlobalNamespace() && (dc.Function("Justify").Class("GenericSalLayout").GlobalNamespace()
|| dc.Function("AdjustLayout").Class("MultiSalLayout").GlobalNamespace()))) || dc.Function("AdjustLayout").Class("MultiSalLayout").GlobalNamespace()))
// vcl/headless/svpgdi.cxx, ba4a124b0c0c66fd275f5147d55eeec27ce78da9:
|| dc.Function("drawAlphaBitmap").Class("SvpSalGraphics").GlobalNamespace()
|| dc.Function("drawMask").Class("SvpSalGraphics").GlobalNamespace()
|| dc.Function("renderSource").GlobalNamespace())
{ {
return true; return true;
} }
......
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