diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2022-10-13 17:41:21 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-08 09:25:44 -0500 |
commit | c059a22b7776dc4306acb73cbeb78e841cf60b84 (patch) | |
tree | aaa2f77de5e4136cdd6533452f122bc84712c1dc /test/py/tests/test_source.py | |
parent | 2b2e9127ccdacdd1170dfcd2a4f1794ff9446fb1 (diff) |
tools: env: fw_env: Fix unused-result warning
Fix unused-result warning about fread.
tools/env/fw_env.c: In function ‘find_nvmem_device’:
tools/env/fw_env.c:1751:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
1751 | fread(buf, sizeof(buf), 1, fp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'test/py/tests/test_source.py')
0 files changed, 0 insertions, 0 deletions