https://bugs.kde.org/show_bug.cgi?id=471995
Bug ID: 471995
Summary: cursorkindtraits.h fails to build with Clang 16 and
C++17
Classification: Applications
Product: kdevelop
Version: unspecified
Platform: Other
OS: All
Status: REPORTED
Severity: normal
Priority: NOR
Component: Code completion
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
See e.g.
https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p7520ea4fbadd_sfd774e065c/logs/kdevelop-23.04.1_1.log
In file included from
/wrkdirs/usr/ports/devel/kdevelop/work/kdevelop-23.04.1/plugins/clang/codecompletion/completionhelper.cpp:9:
/wrkdirs/usr/ports/devel/kdevelop/work/kdevelop-23.04.1/plugins/clang/codecompletion/../duchain/cursorkindtraits.h:217:7:
error: integer value -1 is outside the valid range of values [0, 255] for the
enumeration type 'CommonIntegralTypes' [-Wenum-constexpr-conversion]
: static_cast<IntegralType::CommonIntegralTypes>(-1);
^
--
You are receiving this mail because:
You are watching all bug changes.