Task #711 - kwayland-integration-6.1.1-1.fc41/scan-results.err

back to task #711
download
Error: COMPILER_WARNING:
kwayland-integration-6.1.1-build/kwayland-integration-6.1.1/redhat-linux-build/src/windowsystem/qwayland-wayland.h:174:14: warning[-Wodr]: type ‘QtWayland::wl_shm::format’ violates the C++ One Definition Rule
#  174 |         enum format {
#      |              ^
/usr/include/qt5/QtWaylandClient/5.15.14/QtWaylandClient/private/qwayland-wayland.h:182:14: note: an enum with different number of values is defined in another translation unit
#  182 |         enum format {
#      |              ^
#  172|           };
#  173|   
#  174|->         enum format {
#  175|               format_argb8888 = 0, // 32-bit ARGB format, [31:0] A:R:G:B 8:8:8:8 little endian
#  176|               format_xrgb8888 = 1, // 32-bit RGB format, [31:0] x:R:G:B 8:8:8:8 little endian

Error: COMPILER_WARNING:
kwayland-integration-6.1.1-build/kwayland-integration-6.1.1/redhat-linux-build/src/windowsystem/wayland-wayland-client-protocol.h:1503:6: warning[-Wodr]: type ‘wl_shm_format’ violates the C++ One Definition Rule
# 1503 | enum wl_shm_format {
#      |      ^
/usr/include/qt5/QtWaylandClient/5.15.14/QtWaylandClient/private/wayland-wayland-client-protocol.h:1430:6: note: an enum with different number of values is defined in another translation unit
# 1430 | enum wl_shm_format {
#      |      ^
# 1501|    * extension, pre-multiplied alpha is used for pixel values.
# 1502|    */
# 1503|-> enum wl_shm_format {
# 1504|   	/**
# 1505|   	 * 32-bit ARGB format, [31:0] A:R:G:B 8:8:8:8 little endian