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

Deal with time_t deprecation warning from libc crate #11

Open
wezm opened this issue Jun 30, 2022 · 0 comments
Open

Deal with time_t deprecation warning from libc crate #11

wezm opened this issue Jun 30, 2022 · 0 comments

Comments

@wezm
Copy link
Owner

wezm commented Jun 30, 2022

warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
 --> src/time.rs:4:32
  |
4 | use libc::{c_int, suseconds_t, time_t, timeval, timezone};
  |                                ^^^^^^
  |
  = note: `#[warn(deprecated)]` on by default
@wezm wezm changed the title Deal with time_t deprecation in musl Deal with time_t deprecation warning from libc crate Jun 30, 2022
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

No branches or pull requests

1 participant