Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ltrace: Add -Wno-unused-local-typedefs
Add option to ignore the following issue: source/value.c:287:15: error: typedef 'assert__long_enough_long' locally defined but not used [-Werror=unused-local-typedefs] typedef char assert__long_enough_long[-(sizeof(l) < sizeof(void *))]; ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors
- Loading branch information