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 Build warnings #217

Closed
andreeaflorescu opened this issue Apr 16, 2018 · 2 comments
Closed

Fix Build warnings #217

andreeaflorescu opened this issue Apr 16, 2018 · 2 comments
Labels
Type: Bug Indicates an unexpected problem or unintended behavior

Comments

@andreeaflorescu
Copy link
Member

cargo build

warning: #[derive] can't be used on a non-Copy #[repr(packed)] struct (error E0133)
--> virtio_sys/src/virtio_net.rs:602:10
|
602 | #[derive(Debug, Default)]

warning: unused import: std::ascii::AsciiExt
--> devices/src/virtio/block.rs:531:9
|
531 | use std::ascii::AsciiExt;
| ^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

@andreeaflorescu andreeaflorescu added this to the Customer 1 Production milestone Apr 17, 2018
@raduweiss
Copy link
Contributor

Apparently, these will become errors in a future Rust release, so +1 for fixing them now.

@raduweiss raduweiss added Quality: Continuous Integration Type: Bug Indicates an unexpected problem or unintended behavior labels Apr 26, 2018
@dianpopa
Copy link
Contributor

dianpopa commented May 3, 2018

Fixed by #245 . Closing...

@dianpopa dianpopa closed this as completed May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants