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

Expand all appearances of uint to unsigned int #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

arkamar
Copy link

@arkamar arkamar commented Mar 14, 2022

This commit resolves a build issue with musl libc found in Gentoo, where uint definition is not available in two places and simplest solution is to expand it to unsigned int.

This commit resolves a build issue with musl libc found in Gentoo [1],
where uint definition is not available in two places and simplest
solution is to expand it to unsigned int.

[1] https://bugs.gentoo.org/712624

Signed-off-by: Petr Vaněk <[email protected]>
arkamar added a commit to arkamar/gentoo that referenced this pull request Mar 15, 2022
Copy link

@jktjkt jktjkt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In #22 the maintainer has requested a different approach.

Copy link

@jktjkt jktjkt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In #22 the maintainer requested a different approach.

This commit changes all uint to unsigned int as it was suggested in [1].

[1] tat#22 (comment)

Signed-off-by: Petr Vaněk <[email protected]>
@arkamar arkamar changed the title Use unsigned int where uint is not defined Expand all appearances of uint to unsigned int Mar 16, 2022
@arkamar
Copy link
Author

arkamar commented Mar 16, 2022

I decided to go with second option, I have changed it everywhere.

gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Mar 21, 2022
Upstream-PR: tat/mimetic#27
Closes: https://bugs.gentoo.org/712624
Signed-off-by: Petr Vaněk <[email protected]>
Closes: #24585
Signed-off-by: Sam James <[email protected]>
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.

2 participants