Skip to content

Commit d04ba1a

Browse files
committed
Fix compiler warnings.
1 parent edd5006 commit d04ba1a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/ipptransform.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,6 +2307,8 @@ pcl_write_line(
23072307
unsigned count; // Count of bytes for output
23082308

23092309

2310+
(void)y;
2311+
23102312
if (line[0] == 255 && !memcmp(line, line + 1, ras->out_length - 1))
23112313
{
23122314
// Skip blank line...
@@ -3385,6 +3387,7 @@ raster_write_line(
33853387
xform_write_cb_t cb, // I - Write callback
33863388
void *ctx) // I - Write context
33873389
{
3390+
(void)y;
33883391
(void)cb;
33893392
(void)ctx;
33903393

0 commit comments

Comments
 (0)