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-04 17:24:56 +01:00 committed by Tim Edwards
parent be09edb8d8
commit 04bc9032b9
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ pnmTile (tile, cxp)
col = PaintStyles[type].color;
t = rtile + x + ds_xsize * y;
for (dy; dy > 0; dy--)
for ( ; dy > 0; dy--)
{
for (j = 0; j < dx; j++)
{