Skip to content
Snippets Groups Projects
Commit f67066b6 authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

envcrc: check return value of fwrite()


Newer toolchains will often complain about unchecked fwrite():
	envcrc.c:117: warning: ignoring return value of `fwrite, declared
		with attribute warn_unused_result

So check the return value to silence the warnings.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent efd988eb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment