Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to ignore the following issue: source/ltrace-elf.c: In function 'elf_read_u16': source/ltrace-elf.c:221:42: error: comparison of constant '0' with boolean expression is always false [-Werror=bool-compare] if (!need_data(data, offset, SIZE / 8) < 0) \ ^ source/ltrace-elf.c:238:1: note: in expansion of macro 'DEF_READER' DEF_READER(elf_read_u16, 16) ^~~~~~~~~~ cc1: all warnings being treated as errors
- Loading branch information