Bug 133791 - Fix deprecated warning with bison 3
Summary: Fix deprecated warning with bison 3
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-12 02:19 PDT by Éva Balázsfalvi
Modified: 2014-06-30 01:35 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2014-06-12 02:22 PDT, Éva Balázsfalvi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Éva Balázsfalvi 2014-06-12 02:19:58 PDT
Log:

WebKit/Source/WebCore/xml/XPathGrammar.y:50.1-12: warning: deprecated directive, use ‘%pure-parser’ [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
WebKit/WebKitBuild/Release/DerivedSources/WebCore/CSSGrammar.y:62.1-12: warning: deprecated directive, use ‘%pure-parser’ [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
Comment 1 Éva Balázsfalvi 2014-06-12 02:22:51 PDT
Created attachment 232938 [details]
Patch
Comment 2 WebKit Commit Bot 2014-06-30 01:35:32 PDT
Comment on attachment 232938 [details]
Patch

Clearing flags on attachment: 232938

Committed r170580: <http://trac.webkit.org/changeset/170580>
Comment 3 WebKit Commit Bot 2014-06-30 01:35:35 PDT
All reviewed patches have been landed.  Closing bug.