Fetching source from mirror: http://download.kde.org/stable/release-service/24.12.2/src/kidentitymanagement-24.12.2.tar.xz
CMake Warning at /usr/share/ECM/modules/ECMCheckOutboundLicense.cmake:86 (message):
  Reuse tool not found, skipping test generation
Call Stack (most recent call first):
  CMakeLists.txt:33 (include)


CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/kidentitymanagement-24.12.2-59/work/kidentitymanagement-24.12.2/src/core/identitytreemodel.cpp: In member function ‘void KIdentityManagementCore::IdentityTreeModel::removeIdentities(const QStringList&)’:
/var/pisi/kidentitymanagement-24.12.2-59/work/kidentitymanagement-24.12.2/src/core/identitytreemodel.cpp:188:41: warning: ignoring return value of ‘bool KIdentityManagementCore::IdentityManager::removeIdentity(const QString&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  188 |         mIdentityManager->removeIdentity(name);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /var/pisi/kidentitymanagement-24.12.2-59/work/kidentitymanagement-24.12.2/src/core/identitytreemodel.h:12,
                 from /var/pisi/kidentitymanagement-24.12.2-59/work/kidentitymanagement-24.12.2/src/core/identitytreemodel.cpp:6:
/var/pisi/kidentitymanagement-24.12.2-59/work/kidentitymanagement-24.12.2/src/core/identitymanager.h:161:24: note: declared here
  161 |     [[nodiscard]] bool removeIdentity(const QString &identityName);
      |                        ^~~~~~~~~~~~~~
*** 0 error(s), 1 warning(s)