firmware-utils: fix -Wpointer-sign warnings

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
Rafał Miłecki
2021-04-09 10:43:07 +02:00
parent 052a30d65e
commit 69e9138080
18 changed files with 81 additions and 54 deletions

View File

@@ -65,7 +65,7 @@ static uint32_t crc32buf(unsigned char *buf, size_t len)
}
struct header {
unsigned char model[16];
char model[16];
uint32_t crc;
};