Fix “unused variable” warning
Change-Id: I2b151d7a0cda8774c236de1a024acbb3a1875c7e Reviewed-by: Lorn Potter <lorn.potter@gmail.com> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
parent
c494c1e875
commit
d73a73c408
@ -322,6 +322,8 @@ static inline void multithread_pixels_function(QImageScaleInfo *isi, int dh, con
|
|||||||
semaphore.acquire(segments);
|
semaphore.acquire(segments);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
Q_UNUSED(isi);
|
||||||
#endif
|
#endif
|
||||||
scaleSection(0, dh);
|
scaleSection(0, dh);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user