cppcheck
cppcheck copied to clipboard
10454: Fix handling of max unsigned long long value
We shouldn't be setting 18446744073709551615 to -1 in the first place. Setting the value to -1 and then trying to ignore it later because its incorrect, just seems to make it more complicated.