Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings in Codegen #386

Closed
Meta-phaze opened this issue Apr 20, 2013 · 0 comments
Closed

Warnings in Codegen #386

Meta-phaze opened this issue Apr 20, 2013 · 0 comments

Comments

@Meta-phaze
Copy link
Contributor

@Meta-phaze Meta-phaze commented Apr 20, 2013

There are a number of warnings of unused variables in the webIDL bindings codegen. Newer rust will include a new lint called 'unused_variable'[1] that will silence these warnings. The codegen (I think) can't have the prototypes of the functions changed so the functions that don't use the input variables are acceptable and not warnings.

[1] alexcrichton/rust@3e67085

Meta-phaze added a commit to Meta-phaze/servo that referenced this issue Apr 20, 2013
@Meta-phaze Meta-phaze closed this Apr 20, 2013
glennw pushed a commit to glennw/servo that referenced this issue Jan 16, 2017
Support antialiasing option in mac font rasterizer.

This fixes a number of wpt/css tests when running WR under CI.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/386)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.