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

Use %llu and %lld macros for 64b ints. #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pawelz
Copy link

@pawelz pawelz commented Apr 17, 2021

This fixes build warnings on armv7l (a 32bit ARM).

Also tested on x86_64 – still works, and there are no new warnings.

On 32bit systems the compiler is unhappy with %lu and %ld for 64bit
variables.
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.

1 participant