mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Add ARRAY_SIZE() macro
This commit is contained in:
parent
715405fe29
commit
3ecc105412
8 changed files with 30 additions and 12 deletions
1
scripts/checkpatch.pl
vendored
1
scripts/checkpatch.pl
vendored
|
|
@ -62,7 +62,6 @@ my @ignore = (
|
|||
"OPEN_ENDED_LINE",
|
||||
"MACRO_ARG_REUSE",
|
||||
"PREFER_FALLTHROUGH",
|
||||
"ARRAY_SIZE",
|
||||
"INITIALISED_STATIC",
|
||||
"UNNECESSARY_ELSE",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue