Task #814 - libopenmpt-0.7.8-1.fc41/scan-results.err

back to task #814
download
Error: CLANG_WARNING:
libopenmpt-0.7.8-build/libopenmpt-0.7.8+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)

Error: COMPILER_WARNING:
libopenmpt-0.7.8-build/libopenmpt-0.7.8+release.autotools/common/stdafx.h:66: included_from: Included from here.
libopenmpt-0.7.8-build/libopenmpt-0.7.8+release.autotools/common/mptPathString.cpp:10: included_from: Included from here.
libopenmpt-0.7.8-build/libopenmpt-0.7.8+release.autotools/src/mpt/check/compiler.hpp:13:13: warning: GCC 14 is known to cause severe miscompilation of inline functions. OpenMPT has forced optimization settings down to -O1. This comes at a roughly 15% performance cost. It is strongly recommended to stay with GCC 13 for the time being. You will need to edit the source to opt-out of this safety guard.
#   13 | MPT_WARNING("GCC 14 is known to cause severe miscompilation of inline functions. OpenMPT has forced optimization settings down to -O1. This comes at a roughly 15% performance cost. It is strongly recommended to stay with GCC 13 for the time being. You will need to edit the source to opt-out of this safety guard.")
#      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   11|   #if defined(MPT_COMPILER_QUIRK_GCC_NO_O2)
#   12|   // See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115049>.
#   13|-> MPT_WARNING("GCC 14 is known to cause severe miscompilation of inline functions. OpenMPT has forced optimization settings down to -O1. This comes at a roughly 15% performance cost. It is strongly recommended to stay with GCC 13 for the time being. You will need to edit the source to opt-out of this safety guard.")
#   14|   #endif
#   15|   #endif