mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-25 13:44:21 -04:00
The "+ 1" was causing an unsigned value to be cast to a signed value, which was then compared with an unsigned value, causing the warning. Making the constant unsigned fixes this.