firmware-utils: mkwrggimg: fix compiler warnings/errors
authorPetr Štetiar <ynezz@true.cz>
Sat, 20 Jul 2019 23:09:37 +0000 (01:09 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 23 Jul 2019 20:07:23 +0000 (22:07 +0200)
commit7a204390f296acaa6c61a6c57b8db223d7812b26
treef1ea2e4f50341b1234832e62002304a9e963caeb
parent42a3b5727b5e06e790b8c17bc0edfdd14458b31e
firmware-utils: mkwrggimg: fix compiler warnings/errors

mkwrggimg.c:117:18: error: pointer targets in passing argument 1 of ‘MD5_Final’ differ in signedness [-Werror=pointer-sign]
mkwrggimg.c:233:2: error: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Werror=unused-result]

Signed-off-by: Petr Štetiar <ynezz@true.cz>
tools/firmware-utils/src/mkwrggimg.c