]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/: lint-c: Skip some false positives
authorAlejandro Colomar <alx@kernel.org>
Sun, 3 Nov 2024 15:25:40 +0000 (16:25 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 3 Nov 2024 15:32:29 +0000 (16:32 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/lint/c/cppcheck.mk
share/mk/lint/c/iwyu.mk

index d2304786e87d231f53f2ad6755eb0b8e09c4768a..e97f0802a73777f6ffaa0f1fa685beb9ed9486ab 100644 (file)
@@ -31,6 +31,7 @@ _XFAIL_LINT_c_EX_cppcheck := \
        $(_MANDIR)/man3/getaddrinfo_a.3.d/async.c.lint-c.cppcheck.touch \
        $(_MANDIR)/man3/getdate.3.d/getdate.c.lint-c.cppcheck.touch \
        $(_MANDIR)/man3/getgrouplist.3.d/getgrouplist.c.lint-c.cppcheck.touch \
+       $(_MANDIR)/man3/getsubopt.3.d/getsubopt.c.lint-c.cppcheck.touch \
        $(_MANDIR)/man3/hsearch.3.d/hsearch.c.lint-c.cppcheck.touch \
        $(_MANDIR)/man3/malloc_info.3.d/malloc_info.c.lint-c.cppcheck.touch \
        $(_MANDIR)/man3/mallopt.3.d/mallopt.c.lint-c.cppcheck.touch \
index 478bb26204ec3151e886c5f26c60886d0819303f..fe6b347feaacf8bec2e0b6e2e93c0511bc96aef3 100644 (file)
@@ -34,6 +34,7 @@ _XFAIL_LINT_c_EX_iwyu := \
        $(_MANDIR)/man2/_syscall.2.d/_syscall.c.lint-c.iwyu.touch \
        $(_MANDIR)/man2/timer_create.2.d/timer_create.c.lint-c.iwyu.touch \
        $(_MANDIR)/man2/userfaultfd.2.d/userfaultfd.c.lint-c.iwyu.touch \
+       $(_MANDIR)/man2const/TIOCMSET.2const.d/tiocmget.c.lint-c.iwyu.touch \
        $(_MANDIR)/man3/backtrace.3.d/backtrace.c.lint-c.iwyu.touch \
        $(_MANDIR)/man3/bsearch.3.d/bsearch.c.lint-c.iwyu.touch \
        $(_MANDIR)/man3/bswap.3.d/bswap.c.lint-c.iwyu.touch \