Bug 159362
Summary: | check-webkit-style: parameter warning for parameters with default arguments | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Carlson <eric.carlson> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | lforschler |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Eric Carlson
check-webkit-style complains when including the name of a parameter with a default argument, e.g.:
void updatePlayState(UpdateState updateState = UpdateState::Synchronously);
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |