mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-07-10 21:20:55 -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.