[Webkit-unassigned] [Bug 134294] Clean up the WebKit build from unused parameter warning in Webkit2/UIProcess module
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 25 22:57:11 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=134294
--- Comment #6 from Shivakumar J M <shiva.jm at samsung.com> 2014-06-25 22:57:30 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > As per the rule https://lists.webkit.org/pipermail/webkit-dev/2012-October/022369.html, we can omit parameter names for unused parameters entirely.
>
>
> Yes, I tried that. But if we remove parameter name in function defintion then it shows error in check-webkit-style script.
I feel that error is reported, without these fix as well, if we just run check-webkit-style for the file APIUIClient.h, it lists similar errors in some other lines also, for these kind of parameter( std::function<void (unsigned long long)> completionHandler). so we can fix that space error as per coding idiom or check can it be ignored as per coding idiom.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list