WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
138248
Type clash warnings in CSSGrammar.y
https://bugs.webkit.org/show_bug.cgi?id=138248
Summary
Type clash warnings in CSSGrammar.y
Akos Kiss
Reported
2014-10-31 07:13:04 PDT
When building WebKit (release, for x86-64/Linux/GTK, but actually there is/should be nothing platform or port-specific in the issue), bison is emitting the following warnings: [190/4820] Generating ../../DerivedSources/WebCore/CSSGrammar.h, ../../DerivedSources/WebCore/CSSGrammar.cpp /home/akiss/devel/WebKit/WebKitBuild/Release/DerivedSources/WebCore/CSSGrammar.y:576.17-25: warning: type clash on default action: <boolean> != <> [-Wother] supports_error: error ';' | error invalid_block ; ^^^^^^^^^ /home/akiss/devel/WebKit/WebKitBuild/Release/DerivedSources/WebCore/CSSGrammar.y:576.29-47: warning: type clash on default action: <boolean> != <> [-Wother] supports_error: error ';' | error invalid_block ; ^^^^^^^^^^^^^^^^^^^ Actually, this causes no issues when running the generated code but it would be cleaner to get rid of the warnings and make bison happy, IMHO.
Attachments
Proposed patch.
(1.19 KB, patch)
2014-10-31 07:19 PDT
,
Akos Kiss
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Akos Kiss
Comment 1
2014-10-31 07:19:33 PDT
Created
attachment 240733
[details]
Proposed patch. Caused no regression.
WebKit Commit Bot
Comment 2
2014-10-31 12:10:58 PDT
Comment on
attachment 240733
[details]
Proposed patch. Clearing flags on attachment: 240733 Committed
r175415
: <
http://trac.webkit.org/changeset/175415
>
WebKit Commit Bot
Comment 3
2014-10-31 12:11:03 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug