Skip to content

Commit e9aed1e

Browse files
committed
macos: fix lint
1 parent 06b76ca commit e9aed1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utki/string.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ std::string utki::make_string_va_list(const char* format, va_list args)
106106
// NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-array-to-pointer-decay)
107107
va_copy(cur_args, args);
108108
} else {
109+
// NOLINTNEXTLINE(clang-analyzer-valist.Unterminated, "false-positive")
109110
ret = std::string(buf_ptr, size);
110111
break;
111112
}

0 commit comments

Comments
 (0)