firmware-utils: osbridge-crc: fix compiler warnings/errors
authorPetr Štetiar <ynezz@true.cz>
Sat, 20 Jul 2019 12:47:46 +0000 (14:47 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 23 Jul 2019 20:07:23 +0000 (22:07 +0200)
commit3b03690128bd541130221a1e793cd86d438839a0
tree3da9aef1b8097330a99a76e6c84525f497b4d513
parent2eb7521903903809b80951b54d27272e4d1c4372
firmware-utils: osbridge-crc: fix compiler warnings/errors

osbridge-crc.c:61:21: error: unused variable ‘board’ [-Werror=unused-variable]
osbridge-crc.c:167:2: error: label ‘out_flush’ defined but not used [-Werror=unused-label]
osbridge-crc.c:142: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/osbridge-crc.c