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:49 (include)


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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


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