plotPNM.c:521:5: warning: statement with no effect
GCC14 -Wall cleanup series [-Wunused-value]
This commit is contained in:
parent
be09edb8d8
commit
04bc9032b9
|
|
@ -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++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue