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

eng_back: Fix compiler warning for 32-bit #544

Merged

Conversation

nikomauno
Copy link
Contributor

Amend printf formatter to avoid following compiler warning when building for 32-bit:

.../src/eng_back.c:550:85: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]

Amend printf formatter to avoid following compiler warning when
building for 32-bit:

  .../src/eng_back.c:550:85: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]

Signed-off-by: Niko Mauno <[email protected]>
@mtrojnar mtrojnar merged commit 4ad2d25 into OpenSC:master Sep 30, 2024
8 of 10 checks passed
@nikomauno nikomauno deleted the master-fix-32-bit-formatter-warning branch September 30, 2024 12:51
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