Merge pull request #18450 from dundargoc/build/clint/remove-function-size-warning

build(clint): remove "function size is too large" warning
This commit is contained in:
bfredl
2022-05-07 14:21:01 +02:00
committed by GitHub
10 changed files with 9 additions and 38 deletions

View File

@@ -2219,7 +2219,7 @@ doend:
--ex_nesting_level;
return ea.nextcmd;
} // NOLINT(readability/fn_size)
}
static char ex_error_buf[MSG_BUF_LEN];