Task #683 - fixed.err
back to task #683download
Error: COMPILER_WARNING:
kf6-kwindowsystem-6.0.0-build/kwindowsystem-6.0.0/redhat-linux-build/src/platforms/wayland/qwayland-wayland.h:180:14: warning[-Wodr]: type ‘QtWayland::wl_shm::format’ violates the C++ One Definition Rule
# 180 | enum format {
# | ^
/usr/include/qt6/QtWaylandClient/6.7.1/QtWaylandClient/private/qwayland-wayland.h:191:14: note: an enum with different number of values is defined in another translation unit
# 191 | enum format {
# | ^
# 178| };
# 179|
# 180|-> enum format {
# 181| format_argb8888 = 0, // 32-bit ARGB format, [31:0] A:R:G:B 8:8:8:8 little endian
# 182| format_xrgb8888 = 1, // 32-bit RGB format, [31:0] x:R:G:B 8:8:8:8 little endian
Error: COMPILER_WARNING:
kf6-kwindowsystem-6.0.0-build/kwindowsystem-6.0.0/redhat-linux-build/src/platforms/wayland/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/qt6/QtWaylandClient/6.7.1/QtWaylandClient/private/wayland-wayland-client-protocol.h:1469:6: note: an enum with different number of values is defined in another translation unit
# 1469 | 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