CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-01-29 16:11:03 +01:00
parent 3fd68d3ec6
commit 4b41aa1226
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ void printClearLine(FILE *f) noexcept {
fflush(stderr);
if (f == nullptr)
f = stdout;
con_fprintf(f, "%s", clear_line_msg);
con_fprintf(f, "%s", clear_line_msg); // NOLINT(clang-analyzer-unix.Stream)
fflush(f);
printSetNl(0);
}