Skip to content

Fix some compiler warnings when building StdDriver with the latest ARM toolchain #30

Open
MacDue wants to merge 2 commits into
OpenNuvoton:masterfrom
MacDue:warnings_fix
Open

Fix some compiler warnings when building StdDriver with the latest ARM toolchain #30
MacDue wants to merge 2 commits into
OpenNuvoton:masterfrom
MacDue:warnings_fix

Conversation

@MacDue
Copy link
Copy Markdown

@MacDue MacDue commented Jun 22, 2022

  • The first fix is using NULL rather than 0ul to check a pointer.
  • The second is using PRIx32 rather than %x to print a uint32_t in hexadecimal.

MacDue added 2 commits June 22, 2022 14:42
Using 0ul generates more compiler warnings.
This standard macro always returns the corect (hex) print code for a
uint32_t, without this the compiler rasies a bunch of warnings here.
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.

1 participant