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

Fix two compiler warnings #1675

Closed
wants to merge 1 commit into from
Closed

Fix two compiler warnings #1675

wants to merge 1 commit into from

Conversation

b-r-u
Copy link

@b-r-u b-r-u commented Feb 13, 2018

* Warning 1: the type of this value must be known in this context
  (src/texture/any.rs:289:30)
  Give the raw pointer a type to fix warning that will become a hard error in
  future Rust releases.
  See rust-lang/rust#46906

* Warning 2: unused `std::result::Result` which must be used
  (src/context/mod.rs:528:9)
  Unwrap `Result` of `ops::read` just like in other invocations of this method.
@francesca64
Copy link

Warning 2: unused std::result::Result which must be used
(src/context/mod.rs:528:9)

#1682 (comment)

@est31
Copy link
Collaborator

est31 commented Jul 19, 2019

These are fixed on master. Thanks for the PR!

@est31 est31 closed this Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants