sw_engine: fix comparison of integer expressions of different signedness 13/269613/1
authorMichal Maciola <m.maciola@samsung.com>
Fri, 14 Jan 2022 13:19:55 +0000 (14:19 +0100)
committerjykeon <jykeon@samsung.com>
Wed, 19 Jan 2022 06:52:50 +0000 (15:52 +0900)
commit35bff319244b0847febb9dc6c6e2ba757318834c
tree0c2b0ee7161baab78c98748e168493424352094d
parent758d8661f557c4db2beb8dacae7b7d8665e9652f
sw_engine: fix comparison of integer expressions of different signedness

Some gcc versions and configurations was giving an error:
error: "comparison of integer expressions of different signedness: 'const SwCoord'
{aka 'const long int'} and 'uint32_t' {aka 'unsigned int'} [-Werror=sign-compare]"
This patch should fix the error

Change-Id: Ie683f35220b130b3548d0059ffe130fa4fc53fdc
src/lib/sw_engine/tvgSwRaster.cpp