mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Add ARRAY_SIZE() macro
This commit is contained in:
parent
ae676c1607
commit
8d3b15576b
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