Re: [ethtool PATCH v3 02/12] ethtool.c: don't ignore fread() return value

2016-03-07 Thread Ben Hutchings
On Fri, 2016-03-04 at 16:42 -0800, David Decotigny wrote: > From: David Decotigny > > This addresses: >   ethtool.c:1116:8: warning: ignoring return value of ‘fread’, declared with > attribute warn_unused_result [-Wunused-result] > > > Signed-off-by: David Decotigny

[ethtool PATCH v3 02/12] ethtool.c: don't ignore fread() return value

2016-03-04 Thread David Decotigny
From: David Decotigny This addresses: ethtool.c:1116:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] Signed-off-by: David Decotigny --- ethtool.c | 5 - 1 file changed, 4 insertions(+),