-
Notifications
You must be signed in to change notification settings - Fork 222
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
Remove warnings for zero-sized structs. #106
Comments
rthomas
added a commit
to rthomas/core-foundation-rs
that referenced
this issue
Jul 27, 2017
bors-servo
pushed a commit
that referenced
this issue
Jul 27, 2017
Remove zero-sized struct warning. #106. This change will fix the remaining warnings in servo/core-text-rs#62 when it is released and the core-text crate is updated. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-foundation-rs/107) <!-- Reviewable:end -->
bors-servo
pushed a commit
that referenced
this issue
Jul 27, 2017
Remove zero-sized struct warning. #106. This change will fix the remaining warnings in servo/core-text-rs#62 when it is released and the core-text crate is updated. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-foundation-rs/107) <!-- Reviewable:end -->
jdm
pushed a commit
that referenced
this issue
Feb 1, 2018
Added font copy creation with variations Is required for Servo's Webrender to up Core Graphics's version there and port Webrender to iOS. @larsbergstrom <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-graphics-rs/106) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like servo/core-graphics-rs#89 and to fix servo/core-text-rs#62 this issue will track the work to remove the compiler warnings for zero-sized structs.
We should look at removing the other warnings as well.
The text was updated successfully, but these errors were encountered: