Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Removed string format warnings for int32_t and uint32_t #146

Merged
merged 2 commits into from
Dec 16, 2021

Conversation

nscooling
Copy link
Contributor

Changed format strings in examples to use macros

  • PRId32 for int32_t
  • PRIu32 for uint32_t

instead of "%d" which generated warnings with -WFormat set

@kisvegabor
Copy link
Member

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants