https://bugs.kde.org/show_bug.cgi?id=525589
--- Comment #12 from René Herman <[email protected]> --- Not particularly sure anyone needs this comment -- in fact pretty sure not any C or C++ programmer does -- but FWIW... "-1" as a (two's complement) signed integer is MAXUINT of the proper size when see as an unsigned one. That is, I expect that the level-compare as such hasn't changed and is fine, but that upstream from that code itself a type of something changed signedness, now causing the compiler to generate a signed rather than unsigned compare. -- You are receiving this mail because: You are watching all bug changes.
