Task #608 - kf5-kwallet-5.116.0-1.fc41/scan-results.err
back to task #608download
Error: COMPILER_WARNING (CWE-477):
kf5-kwallet-5.116.0-build/kwallet-5.116.0/src/api/KWallet/kwallet.cpp: scope_hint: In static member function ‘static void KWallet::Wallet::changePassword(const QString&, WId)’
kf5-kwallet-5.116.0-build/kwallet-5.116.0/src/api/KWallet/kwallet.cpp:351:56: warning[-Wdeprecated-declarations]: ‘static void KWindowSystem::allowExternalProcessWindowActivation(int)’ is deprecated: Since 5.104. Not implemented
# 351 | KWindowSystem::allowExternalProcessWindowActivation();
# | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
kf5-kwallet-5.116.0-build/kwallet-5.116.0/src/api/KWallet/kwallet.cpp:21: included_from: Included from here.
/usr/include/KF5/KWindowSystem/kwindowsystem.h:739:17: note: declared here
# 739 | static void allowExternalProcessWindowActivation(int pid = -1);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 349|
# 350| // Make sure the password prompt window will be visible and activated
# 351|-> KWindowSystem::allowExternalProcessWindowActivation();
# 352| #if HAVE_KSECRETSSERVICE
# 353| if (walletLauncher()->m_useKSecretsService) {
Error: COMPILER_WARNING (CWE-477):
kf5-kwallet-5.116.0-build/kwallet-5.116.0/src/api/KWallet/kwallet.cpp: scope_hint: In static member function ‘static KWallet::Wallet* KWallet::Wallet::openWallet(const QString&, WId, OpenType)’
kf5-kwallet-5.116.0-build/kwallet-5.116.0/src/api/KWallet/kwallet.cpp:501:60: warning[-Wdeprecated-declarations]: ‘static void KWindowSystem::allowExternalProcessWindowActivation(int)’ is deprecated: Since 5.104. Not implemented
# 501 | KWindowSystem::allowExternalProcessWindowActivation();
# | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/KF5/KWindowSystem/kwindowsystem.h:739:17: note: declared here
# 739 | static void allowExternalProcessWindowActivation(int pid = -1);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 499|
# 500| // Make sure the password prompt window will be visible and activated
# 501|-> KWindowSystem::allowExternalProcessWindowActivation();
# 502|
# 503| org::kde::KWallet &interface = walletLauncher->getInterface();
Error: COMPILER_WARNING (CWE-477):
kf5-kwallet-5.116.0-build/kwallet-5.116.0/src/api/KWallet/kwallet.cpp: scope_hint: In member function ‘virtual void KWallet::Wallet::requestChangePassword(WId)’
kf5-kwallet-5.116.0-build/kwallet-5.116.0/src/api/KWallet/kwallet.cpp:721:60: warning[-Wdeprecated-declarations]: ‘static void KWindowSystem::allowExternalProcessWindowActivation(int)’ is deprecated: Since 5.104. Not implemented
# 721 | KWindowSystem::allowExternalProcessWindowActivation();
# | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/KF5/KWindowSystem/kwindowsystem.h:739:17: note: declared here
# 739 | static void allowExternalProcessWindowActivation(int pid = -1);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 719|
# 720| // Make sure the password prompt window will be visible and activated
# 721|-> KWindowSystem::allowExternalProcessWindowActivation();
# 722|
# 723| walletLauncher()->getInterface().changePassword(d->name, (qlonglong)w, appid());