Select Git revision
tools
-
-
- Open in your IDE
- Download source code
- Download this directory
Forked from
Reform / reform-boundary-uboot
43157 commits behind the upstream repository.
Mike Frysinger
authored
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:
Mike Frysinger <vapier@gentoo.org>