Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the following compile error when compiling against recent glibc: ------------ /tools/eeprom.c:223:9: error: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Werror=unused-result] 223 | fread(buf, 1, EEPROM_PART_SIZE, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ------------ Signed-off-by: Hauke Mehrtens <[email protected]>
- Loading branch information