firmware-utils: mkdhpimg: fix compiler warnings/errors
authorPetr Štetiar <ynezz@true.cz>
Tue, 23 Jul 2019 20:53:32 +0000 (22:53 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 23 Jul 2019 20:53:32 +0000 (22:53 +0200)
commit46def9a49401d0afe3d33771686dd48ca911de52
tree08610314dcb79d60a15e809d9c2115ce096b2283
parent70f3e004d2aa27204deb8c9a102f4b048ad338aa
firmware-utils: mkdhpimg: fix compiler warnings/errors

mkdhpimg.c:68:2: error: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Werror=unused-result]
mkdhpimg.c:79:2: error: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Werror=unused-result]

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