Bug 157734 - CSSParser.cpp triggers -Wunused-parameter
Summary: CSSParser.cpp triggers -Wunused-parameter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks: 155047
  Show dependency treegraph
 
Reported: 2016-05-15 17:57 PDT by Michael Catanzaro
Modified: 2016-05-16 07:40 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.22 KB, patch)
2016-05-15 18:44 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2016-05-15 17:57:14 PDT
CSSParser.cpp triggers -Wunused-parameter as the parserContext parameter of isValidKeywordPropertyAndValue is unused unless ENABLE_CSS_GRID_LAYOUT is turned on.
Comment 1 Michael Catanzaro 2016-05-15 18:44:24 PDT
Created attachment 278990 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-16 07:40:01 PDT
Comment on attachment 278990 [details]
Patch

Clearing flags on attachment: 278990

Committed r200941: <http://trac.webkit.org/changeset/200941>
Comment 3 WebKit Commit Bot 2016-05-16 07:40:04 PDT
All reviewed patches have been landed.  Closing bug.