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 a bunch of compiler warnings on 32bit builds #2784

Merged
merged 2 commits into from Nov 27, 2023

Conversation

pmatilai
Copy link
Member

No description provided.

Multi-character character constants are implementation defined, and
while it MAY be reliable enough on i386 gcc, even that produces a
warning. I don't have a test-Robinson here so rather than risk a
conversion to string comparison like the other is_arch() tests are,
just write out the integer and leave the character constant as a
reference comment.
@pmatilai pmatilai changed the title Fix a bunch of integer size mismatch warnings on 32bit builds Fix a bunch of compiler warnings on 32bit builds Nov 27, 2023
@pmatilai pmatilai merged commit d0e03b2 into rpm-software-management:master Nov 27, 2023
1 check passed
@pmatilai pmatilai deleted the 32bit branch November 27, 2023 13:46
@dmnks dmnks added the build Build-system related label Nov 28, 2023
@dmnks dmnks added the bug label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug build Build-system related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants