Various fixes for warnings, extends #1818

This commit is contained in:
Dominik Maier
2023-07-30 21:59:57 +00:00
parent 168ade3b70
commit d0782a7f03
4 changed files with 10 additions and 9 deletions

View File

@ -2995,7 +2995,7 @@ havoc_stage:
// fprintf(stderr, "val: %u-%u = %ld\n", off, off2, val);
char buf[20];
snprintf(buf, sizeof(buf), "%lld", val);
snprintf(buf, sizeof(buf), "%" PRId64, val);
// fprintf(stderr, "BEFORE: %s\n", out_buf);