Task #131341 - added.err

back to task #131341
download
Error: COMPILER_WARNING (CWE-195):
kimageformats-6.28.1/src/imageformats/heif.cpp: scope_hint: In lambda function
kimageformats-6.28.1/src/imageformats/heif.cpp:90:23: warning[-Wsign-compare]: comparison of integer expressions of different signedness: ‘qint64’ {aka ‘long long int’} and ‘size_t’ {aka ‘long unsigned int’}
#   90 |         if (bytesRead != size) {
#      |             ~~~~~~~~~~^~~~~~~
#   88|               return -1; // Error
#   89|           }
#   90|->         if (bytesRead != size) {
#   91|               // We expected to read 'size' bytes but got less.
#   92|               // This is an error because we should have known the size.