Summary: | plasma-desktop-6.1.4 w/ clang-19: kcms/libkwindevices/inputdevice.h:171:19: error: reference to non-static member function must be called | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | zachariah.cabelly |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asturm, fanzhuyifan, kde, nate |
Priority: | NOR | ||
Version: | 6.1.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/83fbffd273ce7b6e5f5307e9fab540446b9f88c9 | Version Fixed In: | 6.1.5 |
Sentry Crash Report: | |||
Attachments: | build.log from Portage |
Description
zachariah.cabelly
2024-08-10 03:19:11 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2429 Original gentoo report: https://bugs.gentoo.org/937471 Git commit 02726a1ca0189f71f46513078cbc82af9daa9425 by Yifan Zhu. Committed on 20/08/2024 at 16:38. Pushed by fanzhuyifan into branch 'master'. kcms/libkwindevices: use function value instead of function Prop<T> p.value is a function. We should call set on its return value, instead of on the function pointer. M +1 -1 kcms/libkwindevices/inputdevice.h https://invent.kde.org/plasma/plasma-desktop/-/commit/02726a1ca0189f71f46513078cbc82af9daa9425 Git commit 83fbffd273ce7b6e5f5307e9fab540446b9f88c9 by Nate Graham, on behalf of Yifan Zhu. Committed on 30/08/2024 at 03:51. Pushed by ngraham into branch 'Plasma/6.1'. kcms/libkwindevices: use function value instead of function Prop<T> p.value is a function. We should call set on its return value, instead of on the function pointer. (cherry picked from commit 02726a1ca0189f71f46513078cbc82af9daa9425) Co-authored-by: Yifan Zhu <fanzhuyifan@gmail.com> M +1 -1 kcms/libkwindevices/inputdevice.h https://invent.kde.org/plasma/plasma-desktop/-/commit/83fbffd273ce7b6e5f5307e9fab540446b9f88c9 |