1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-26 13:25:58 +00:00

CLI: test: suppress clang-tidy warning

This commit is contained in:
gitlost
2025-12-31 15:35:28 +00:00
parent 848b364df0
commit c1d5024031

View File

@@ -2430,6 +2430,7 @@ static int test_cpy_str(void) {
static int test_ncpy_str(void) {
/* s/\/\*[ 0-9]*\*\//\=printf("\/\*%3d*\/", line(".") - line("'<")): */
/* NOLINTNEXTLINE(clang-analyzer-optin.performance.Padding) disable "Excessive padding" warning */
static const struct { int buf_size; const char *str; int str_max; const char *buf; } data[] = {
/* 0*/ { 10, "", 0, "" },
/* 1*/ { 10, "123", 0, "" },