[Webkit-unassigned] [Bug 26015] [Qt] Single-threaded QtWebKit configuration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 07:51:51 PDT 2009


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





------- Comment #10 from zecke at selfish.org  2009-06-09 07:51 PDT -------
(In reply to comment #8)
> I prefer that we use UNUSED_PARAM macro. The argument names are always useful
> to help understanding the function.

Hehe, it is a matter of taste. In general we omit parameter names when it is
obvious. I would argue that for a *None file the parameter names are not
relevant at all and should be omitted. Something funny I stumbled across is in
in UnusedParam.h:

/* don't use this for C++, it should only be used in plain C files or
   ObjC methods, where leaving off the parameter name is not allowed. */

#define UNUSED_PARAM(x) (void)x

we obviously don't stick to that rule...


-- 
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