Task #131663 - kf6-frameworkintegration-6.25.0-1.fc44/scan-results.err
back to task #131663download
Error: COMPILER_WARNING (CWE-1023):
frameworkintegration-6.25.0/src/kstyle/kstyle.cpp: scope_hint: In member function ‘virtual int KStyle::styleHint(QStyle::StyleHint, const QStyleOption*, const QWidget*, QStyleHintReturn*) const’
frameworkintegration-6.25.0/src/kstyle/kstyle.cpp:417:5: warning[-Wswitch]: case value ‘4278190081’ not in enumerated type ‘QStyle::StyleHint’
# 417 | case SH_KCustomStyleElement:
# | ^~~~
# 415| }
# 416|
# 417|-> case SH_KCustomStyleElement:
# 418| if (!widget) {
# 419| return 0;