diff options
Diffstat (limited to 'linux_dep.h')
-rw-r--r-- | linux_dep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux_dep.h b/linux_dep.h index 1d9e166..89e590c 100644 --- a/linux_dep.h +++ b/linux_dep.h @@ -142,7 +142,7 @@ struct tcp_info_linux { #endif __attribute__ ((weak)) -/* cppcheck-suppress funcArgNamesDifferent */ +/* cppcheck-suppress [funcArgNamesDifferent,unmatchedSuppression] */ int close_range(unsigned int first, unsigned int last, int flags) { return syscall(SYS_close_range, first, last, flags); } |