Add error checking to all file functions
authorLoïMinier <loic.minier@linaro.org>
Mon, 14 Mar 2011 07:31:53 +0000 (13:01 +0530)
committerAnand Gadiyar <gadiyar@ti.com>
Mon, 14 Mar 2011 08:22:28 +0000 (13:52 +0530)
commitd101f917c875492051d620e1abc9580f079e2fa3
tree905f140a18492e4edd72f04b86f9ace9e6201729
parent630ea2f3dc8f6ace634ab6fafd590d16c1e67d8f
Add error checking to all file functions

When building with a fortify-enabled toolchain, one would get:
scripts/signGP.c:305:8: warning: ignoring return value of .fread., declared with attribute warn_unused_result

Signed-off-by: LoïMinier <loic.minier@linaro.org>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
scripts/signGP.c