iron out extra compiler warnings
authorPetr Štetiar <ynezz@true.cz>
Thu, 17 Oct 2019 13:08:15 +0000 (15:08 +0200)
committerPetr Štetiar <ynezz@true.cz>
Sat, 9 Nov 2019 13:23:52 +0000 (14:23 +0100)
commite43042507b4f542e88e10ceaae2ca7bbaef6b1d2
treecf173d3af6dc01b26a21f781ca480b1cae478398
parent5df0cd6e15235609713b7c1d263058e751d44a20
iron out extra compiler warnings

 fwtool.c:216:3: error: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Werror=unused-result]
 fwtool.c:376:3: error: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Werror=unused-result]

Signed-off-by: Petr Štetiar <ynezz@true.cz>
fwtool.c