mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
plotPNM.c:521:5: warning: statement with no effect
GCC14 -Wall cleanup series [-Wunused-value]
This commit is contained in:
committed by
Tim Edwards
parent
be09edb8d8
commit
04bc9032b9
+1
-1
@@ -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++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user