Add ARRAY_SIZE() macro

This commit is contained in:
Johan Malm 2023-09-16 22:25:41 +01:00 committed by Johan Malm
parent ae676c1607
commit 8d3b15576b
8 changed files with 30 additions and 12 deletions

View file

@ -62,7 +62,6 @@ my @ignore = (
"OPEN_ENDED_LINE",
"MACRO_ARG_REUSE",
"PREFER_FALLTHROUGH",
"ARRAY_SIZE",
"INITIALISED_STATIC",
"UNNECESSARY_ELSE",
);