Commit 260be11c authored by Damian Wrobel's avatar Damian Wrobel
Browse files

Fix -Wformat warning



Fixes:
 pi_boards.c:190:56: warning: format '%x' expects argument of type
 'unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=]
   190 |         fprintf(stderr, "Unexpected cookie at %04x..%04x:\n%08x %08x %08x\n",
       |                                                     ~~~^
       |                                                        |
       |                                                        unsigned int
       |                                                     %04lx

Signed-off-by: default avatarDamian Wrobel <dwrobel@ertelnet.rybnik.pl>
parent 84fa4635
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment