After https://trac.webkit.org/changeset/191128 we get the following warning: /home/webkit/WebKit/WebKitBuild/Release/DerivedSources/WebCore/CSSGrammar.y:1568.31-34: warning: unused value: $3 [-Wother] | VARFUNCTION maybe_space expr closing_parenthesis { ^^^^
I don't have time for working on it, feel free to pick it up.
Dave, are you planning to fix this warning added by your patch?
ping?
Ping?
Dave, ping?
https://trac.webkit.org/changeset/191128 introduced a build warning a month before. I think the author is responsible the warning what he caused as soon as possible. Dave, please don't ignore this bug report!
Just got told about this. Is there a way to just suppress the warning? I don't have ay clue what to do in Bison to make this go away.
The case in question is just an error handling case, so you don't need to use the value. Is there any way to tell Bison this warning doesn't matter, or to get it to just stop complaining?
This is the only one build warning. Dave, are you planning to fix the regression your change caused?
*** This bug has been marked as a duplicate of bug 153462 ***