Skip to content

Fix printf() argument type mismatch warnings#795

Merged
val-ms merged 1 commit intoCisco-Talos:mainfrom
rzvncj:main
Mar 7, 2023
Merged

Fix printf() argument type mismatch warnings#795
val-ms merged 1 commit intoCisco-Talos:mainfrom
rzvncj:main

Conversation

@rzvncj
Copy link
Contributor

@rzvncj rzvncj commented Dec 15, 2022

"format ‘%zu’ expects argument of type ‘size_t’, but argument 3 has type ‘int’ [-Wformat=]"

@rzvncj
Copy link
Contributor Author

rzvncj commented Dec 15, 2022

I've read the Windows build log and I don't believe that the build error has anything to do with this change.

"format ‘%zu’ expects argument of type ‘size_t’, but argument 3
has type ‘int’ [-Wformat=]"
@rzvncj
Copy link
Contributor Author

rzvncj commented Feb 23, 2023

Ping? :) As discussed on Discord, the automated check errors are not caused by the patch.

Copy link
Contributor

@val-ms val-ms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. In testing I verified that it resolved the warnings. Thank you for the fix @rzvncj

@val-ms val-ms merged commit 64b4bd9 into Cisco-Talos:main Mar 7, 2023
@rzvncj
Copy link
Contributor Author

rzvncj commented Mar 8, 2023

Looks good to me. In testing I verified that it resolved the warnings. Thank you for the fix @rzvncj

Thanks for merging!

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