mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 07:12:06 +08:00
Fixes for more complaints from cppcheck
This commit is contained in:
@@ -385,7 +385,7 @@ static inline int configdata_rdentry(FAR struct configdata_entrydesc_s *entry)
|
||||
crc = crc32(g_entryimage, entry->len);
|
||||
if (crc != entry->crc)
|
||||
{
|
||||
printf("ERROR: Bad CRC: %d vs %d\n", crc, entry->crc);
|
||||
printf("ERROR: Bad CRC: %u vs %u\n", crc, entry->crc);
|
||||
printf(" Entry id: %04X\n", entry->id);
|
||||
printf(" Entry size: %d\n", entry->len);
|
||||
return ERROR;
|
||||
|
Reference in New Issue
Block a user