[Webkit-unassigned] [Bug 23435] Pass SVG spreadMethod to Gradient::platformGradient() and use it on Skia

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 21 14:32:23 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23435





------- Comment #8 from zimmermann at kde.org  2009-01-21 14:32 PDT -------
(In reply to comment #7)
> Sorry, I'm not sure what you mean by "obey the parameter name". I thought
> compilers (even the ones that worry about unused local variables) typically
> don't complain about unused parameters.
See http://trac.webkit.org/changeset/39880. -Wno-unused-parameter is now firing
in cases where you don't use a named function argument, as we fail the build on
warnings, it would be broken.

You either have to obey the parameter name, if you don't intend to use it, or
use "UNUSED_PARAM(myParameter);"

> You might be right about moving the spread method to the gradient. I'll look
> into that.
Excellent.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list