gcc11 -Wall -Wpedantic cleanup (post __attribute__)

This commit is contained in:
Darryl L. Miles
2025-01-06 16:25:38 +00:00
parent 48c99a7b1d
commit 6afadf9809
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1622,7 +1622,7 @@ dbTileScaleFunc(tile, scvals)
(targetRect.r_ytop - targetRect.r_ybot == 0))
{
TxPrintf("Tile %p at (%d, %d) has zero area after scaling: Removed.\n",
tile, targetRect.r_xbot, targetRect.r_ybot);
(void *) tile, targetRect.r_xbot, targetRect.r_ybot);
return 0;
}