Task #1592 - libopenmpt-0.7.3-3.fc40/scan-results.err

back to task #1592
download
Error: CLANG_WARNING:
libopenmpt-0.7.3-build/libopenmpt-0.7.3+release.autotools/soundlib/ITCompression.cpp:161:25: warning[core.BitwiseShift]: Right operand is negative in left shift
#  159|   				// Mode A: 1 to 6 bits
#  160|   				MPT_ASSERT(width);
#  161|-> 				WriteBits(width, (1 << (width - 1)));
#  162|   				WriteBits(Properties::fetchA, ConvertWidth(width, bwt[i]));
#  163|   			} else if(width < Properties::defWidth)