Bug 156820
| Summary: | check-webkit-stye: thinks a statement is a parameter to a function? | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Keith Miller <keith_miller> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | lforschler |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Keith Miller
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |