More clang warning fixes.

This commit is contained in:
Michael R Sweet
2025-09-25 17:20:20 -04:00
parent 06d680d6cd
commit dc09418660
13 changed files with 46 additions and 43 deletions

View File

@@ -723,7 +723,7 @@ pdfioStringCreate(
int diff; // Different
PDFIO_DEBUG("pdfioStringCreate(pdf=%p, s=\"%s\")\n", pdf, s);
PDFIO_DEBUG("pdfioStringCreate(pdf=%p, s=\"%s\")\n", (void *)pdf, s);
// Range check input...
if (!pdf || !s)