libc icon indicating copy to clipboard operation
libc copied to clipboard

Silence `use of deprecated type alias warning` warnings

Open bzEq opened this issue 3 months ago • 1 comments

Silence warnings on AIX

warning: use of deprecated type alias `fixed_width_ints::int64_t`: Use i64 instead.
  --> src/unix/aix/mod.rs:20:23
   |
20 | pub type time64_t = ::int64_t;
   |                       ^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated type alias `fixed_width_ints::uint32_t`: Use u32 instead.
  --> src/unix/aix/mod.rs:28:27
   |
28 | pub type sctp_assoc_t = ::uint32_t;
   |                           ^^^^^^^^

bzEq avatar Apr 02 '24 06:04 bzEq

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

rustbot avatar Apr 02 '24 06:04 rustbot