Add ARRAY_SIZE() macro

This commit is contained in:
Johan Malm 2023-09-16 22:25:41 +01:00
parent 715405fe29
commit 3ecc105412
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",
);