firmware-utils: trx2edips: fix compiler warnings/errors
authorPetr Štetiar <ynezz@true.cz>
Sat, 20 Jul 2019 12:09:22 +0000 (14:09 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 23 Jul 2019 20:07:23 +0000 (22:07 +0200)
commit12f2e6114bdf8cd0b92a09770965bdd9613cf0c7
tree34bf6fb744b7ef92c4cfc2508f772da5a020c9ce
parent9400939d536bff0cbd24ef9840ee1f30fda53f5d
firmware-utils: trx2edips: fix compiler warnings/errors

trx2edips.c:114:9: error: unused variable ‘res’ [-Werror=unused-variable]
trx2edips.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/trx2edips.c