plotPNM.c:521:5: warning: statement with no effect

GCC14 -Wall cleanup series [-Wunused-value]
This commit is contained in:
Darryl L. Miles
2024-10-09 21:12:55 -04:00
committed by Tim Edwards
parent be09edb8d8
commit 04bc9032b9
+1 -1
View File
@@ -518,7 +518,7 @@ pnmTile (tile, cxp)
col = PaintStyles[type].color; col = PaintStyles[type].color;
t = rtile + x + ds_xsize * y; t = rtile + x + ds_xsize * y;
for (dy; dy > 0; dy--) for ( ; dy > 0; dy--)
{ {
for (j = 0; j < dx; j++) for (j = 0; j < dx; j++)
{ {