cppcheck invalidPrintfArgType_uint warnings

This commit is contained in:
G.E
2024-04-24 15:55:57 +03:00
parent d7006a7c85
commit 11e4968367
2 changed files with 3 additions and 3 deletions

View File

@@ -456,7 +456,7 @@ buildEngineHyperscan(const ExpressionMap &expressions, ScanMode scan_mode,
if (err == HS_COMPILER_ERROR) {
if (compile_err->expression >= 0) {
printf("Compile error for signature #%u: %s\n",
printf("Compile error for signature #%d: %s\n",
compile_err->expression, compile_err->message);
} else {
printf("Compile error: %s\n", compile_err->message);