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

Resolve invalidPrintfArgTypeError-like warnings #823

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

vil02
Copy link
Contributor

@vil02 vil02 commented Jul 25, 2024

printf should not be used with unsigned and %d specifier. Similarly int and %u do not go hand in hand. This PR fixes such warnings generated by cppcheck.

@vil02 vil02 marked this pull request as ready for review July 25, 2024 19:56
@Legrandin Legrandin merged commit e76a488 into Legrandin:master Aug 18, 2024
33 checks passed
@vil02 vil02 deleted the invalidPrintfArgTypeError_patch branch August 18, 2024 14:21
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