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 use of deprecated libc::(u)int{16,32}_t #320

Merged
merged 1 commit into from Jul 14, 2019

Conversation

@poiru
Copy link
Contributor

poiru commented Jul 14, 2019

This fixes warnings like:

use of deprecated item 'libc::int32_t': Use i32 instead.


This change is Reviewable

This fixes warnings like:

>use of deprecated item 'libc::int32_t': Use i32 instead.
@poiru
Copy link
Contributor Author

poiru commented Jul 14, 2019

cc @jdm

@jdm
Copy link
Member

jdm commented Jul 14, 2019

@bors-servo r+
Thanks!

@bors-servo
Copy link
Contributor

bors-servo commented Jul 14, 2019

📌 Commit 1ad4d50 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Jul 14, 2019

Testing commit 1ad4d50 with merge 152251b...

bors-servo added a commit that referenced this pull request Jul 14, 2019
Fix use of deprecated libc::(u)int{16,32}_t

This fixes warnings like:

>use of deprecated item 'libc::int32_t': Use i32 instead.

<!-- 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/320)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 14, 2019

☀️ Test successful - checks-travis
Approved by: jdm
Pushing 152251b to master...

@bors-servo bors-servo merged commit 1ad4d50 into servo:master Jul 14, 2019
2 checks passed
2 checks passed
Travis CI - Pull Request Build Passed
Details
homu Test successful
Details
@poiru poiru deleted the poiru:fix-deprecated-int-uint branch Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.