Skip to content
Snippets Groups Projects
Commit 084f3dda authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge branch 'warning-cleanup'

parents 3dc5e004 ceb2d57c
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ static uint32_t kwbimage_checksum32 (uint32_t *start, uint32_t len, uint32_t csu ...@@ -131,7 +131,7 @@ static uint32_t kwbimage_checksum32 (uint32_t *start, uint32_t len, uint32_t csu
return 0; return 0;
if (len % sizeof(uint32_t)) { if (len % sizeof(uint32_t)) {
printf ("Error:%s[%d] - lenght is not in multiple of %ld\n", printf ("Error:%s[%d] - length is not in multiple of %zu\n",
__FUNCTION__, len, sizeof(uint32_t)); __FUNCTION__, len, sizeof(uint32_t));
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment