From fffc8765455be047f97e632db7f30e1883c566ad Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 22 Oct 2019 10:28:50 +0200 Subject: maintainer-makefile: update rule for argmatch * top/maint.mk (sc_prohibit_argmatch_without_use): Add ARGMATCH_DEFINE_GROUP. --- top/maint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'top') diff --git a/top/maint.mk b/top/maint.mk index 16e936022c..b4c2762f08 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -649,7 +649,7 @@ sc_prohibit_safe_read_without_use: sc_prohibit_argmatch_without_use: @h='argmatch.h' \ - re='(\<(ARRAY_CARDINALITY|X?ARGMATCH(|_TO_ARGUMENT|_VERIFY))\>|\<(invalid_arg|argmatch(_exit_fn|_(in)?valid)?) *\()' \ + re='(\<(ARGMATCH_DEFINE_GROUP|ARRAY_CARDINALITY|X?ARGMATCH(|_TO_ARGUMENT|_VERIFY))\>|\<(invalid_arg|argmatch(_exit_fn|_(in)?valid)?) *\()' \ $(_sc_header_without_use) sc_prohibit_canonicalize_without_use: -- cgit v1.2.1