Bug 159362 - check-webkit-style: parameter warning for parameters with default arguments
Summary: check-webkit-style: parameter warning for parameters with default arguments
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-01 12:42 PDT by Eric Carlson
Modified: 2016-07-01 12:42 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2016-07-01 12:42:50 PDT
check-webkit-style complains when including the name of a parameter with a default argument, e.g.:

    void updatePlayState(UpdateState updateState = UpdateState::Synchronously);