[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

2023-09-25 Thread Ingo Klöcker
https://bugs.kde.org/show_bug.cgi?id=472056 --- Comment #5 from Ingo Klöcker --- Upstream bug report for Qt: https://bugreports.qt.io/browse/QTBUG-117517 -- You are receiving this mail because: You are watching all bug changes.

[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

2023-09-25 Thread Ingo Klöcker
https://bugs.kde.org/show_bug.cgi?id=472056 Ingo Klöcker changed: What|Removed |Added Assignee|aheine...@gnupg.org |kloec...@kde.org -- You are receiving this

[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

2023-09-25 Thread Ingo Klöcker
https://bugs.kde.org/show_bug.cgi?id=472056 --- Comment #4 from Ingo Klöcker --- It's on my todo list to open an upstream bug for this. The old bug was mainly about int vs. unsigned int. For now the fix is to patch enum Role { to enum Role : int { in src/gui/accessible/qaccessible_base.h of

[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

2023-09-25 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=472056 Andreas Sturmlechner changed: What|Removed |Added CC||ast...@gentoo.org --- Comment #3 from

[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

2023-09-17 Thread Ingo Klöcker
https://bugs.kde.org/show_bug.cgi?id=472056 Ingo Klöcker changed: What|Removed |Added CC||kloec...@kde.org Resolution|---

[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

2023-07-25 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=472056 Sam James changed: What|Removed |Added CC||s...@gentoo.org -- You are receiving this mail

[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

2023-07-07 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=472056 --- Comment #1 from Raphael Kubo da Costa --- Actually this is unrelated to C++17, it's just Clang 16 being stricter and pointing out invalid code (even if I manually make it build that file in C++14 mode, for example). -- You are receiving this mail

[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

2023-07-07 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=472056 Raphael Kubo da Costa changed: What|Removed |Added Summary|accessiblevaluelabel.cpp|accessiblevaluelabel.cpp