NEW 156820
check-webkit-stye: thinks a statement is a parameter to a function?
https://bugs.webkit.org/show_bug.cgi?id=156820
Summary check-webkit-stye: thinks a statement is a parameter to a function?
Keith Miller
Reported 2016-04-20 16:38:31 PDT
check-webkit-style as of r199742 gives the following error on this patch https://bugs.webkit.org/attachment.cgi?id=276864: ERROR: Source/WebCore/bridge/objc/objc_instance.mm:475: The parameter name "s_descriptionDepth" adds no information, so it should be removed. [readability/parameter_name] [5] However, s_descriptionDepth is a global variable and not a parameter to any function.
Attachments
Note You need to log in before you can comment on or make changes to this bug.