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-deprecated-declarations
Add option to ignore the following issue: source/sysdeps/linux-gnu/proc.c:245:3: error: 'readdir_r' is deprecated [-Werror=deprecated-declarations] if (readdir_r(d, &entry, &result) != 0) { ^~ In file included from .../source/sysdeps/linux-gnu/proc.c:31:0: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR *__restrict __dirp, ^~~~~~~~~ cc1: all warnings being treated as errors
- Loading branch information