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

Wrong printf specifiers #982

Open
stefano-zanotti opened this issue May 16, 2024 · 0 comments
Open

Wrong printf specifiers #982

stefano-zanotti opened this issue May 16, 2024 · 0 comments

Comments

@stefano-zanotti
Copy link

When LFS_TRACE is enabled, some printf-like calls are compiled.
Some of the %-specifiers are wrong (they do not match the actual type of the arguments), which raises compiler warnings, possibly escalated to errors.
In two cases (see below), the specifier should be changed. In another one, a cast is needed.

In lfs.c:5889: ".block_cycles=%"PRIu32 --> PRIi32

In lfs.c:5919: ".block_cycles=%"PRIu32 --> PRIi32

In lfs.c:6078: flags --> (unsigned)flags

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

No branches or pull requests

1 participant