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


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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


In file included from /usr/include/qt6/QtCore/qset.h:7,
                 from /usr/include/qt6/QtCore/qdebug.h:34,
                 from /usr/include/qt6/QtCore/QDebug:1,
                 from /usr/include/KPim6/AkonadiCore/akonadi/collection.h:12,
                 from /usr/include/KPim6/AkonadiCore/Akonadi/Collection:1,
                 from /var/pisi/akonadi-calendar-24.12.3-59/work/akonadi-calendar-24.12.3/src/calendarbase.h:12,
                 from /var/pisi/akonadi-calendar-24.12.3-59/work/akonadi-calendar-24.12.3/src/etmcalendar.h:11,
                 from /var/pisi/akonadi-calendar-24.12.3-59/work/akonadi-calendar-24.12.3/src/itiphandler.h:16,
                 from /var/pisi/akonadi-calendar-24.12.3-59/work/akonadi-calendar-24.12.3/src/incidencechanger.h:11,
                 from /var/pisi/akonadi-calendar-24.12.3-59/work/akonadi-calendar-24.12.3/src/incidencechanger.cpp:7:
In member function ‘QHash::iterator QHash::emplace(const Key&, Args&& ...) [with Args = {const Akonadi::ITIPHandlerHelper::SendResult&}; Key = unsigned int; T = Akonadi::ITIPHandlerHelper::SendResult]’,
    inlined from ‘QHash::iterator QHash::insert(const Key&, const T&) [with Key = unsigned int; T = Akonadi::ITIPHandlerHelper::SendResult]’ at /usr/include/qt6/QtCore/qhash.h:1328:23,
    inlined from ‘void Akonadi::IncidenceChangerPrivate::handleInvitationsBeforeChange(const Akonadi::Change::Ptr&)’ at /var/pisi/akonadi-calendar-24.12.3-59/work/akonadi-calendar-24.12.3/src/incidencechanger.cpp:496:66:
/usr/include/qt6/QtCore/qhash.h:1350:23: warning: ‘status’ may be used uninitialized [-Wmaybe-uninitialized]
 1350 |         return emplace(std::move(copy), std::forward(args)...);
      |                ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qhash.h: In member function ‘void Akonadi::IncidenceChangerPrivate::handleInvitationsBeforeChange(const Akonadi::Change::Ptr&)’:
/usr/include/qt6/QtCore/qhash.h:1354:14: note: by argument 3 of type ‘const Akonadi::ITIPHandlerHelper::SendResult&’ to ‘QHash::iterator QHash::emplace(Key&&, Args&& ...) [with Args = {const Akonadi::ITIPHandlerHelper::SendResult&}; Key = unsigned int; T = Akonadi::ITIPHandlerHelper::SendResult]’ declared here
 1354 |     iterator emplace(Key &&key, Args &&... args)
      |              ^~~~~~~
/var/pisi/akonadi-calendar-24.12.3-59/work/akonadi-calendar-24.12.3/src/incidencechanger.cpp:465:43: note: ‘status’ declared here
  465 |             ITIPHandlerHelper::SendResult status;
      |                                           ^~~~~~
/var/pisi/akonadi-calendar-24.12.3-59/work/akonadi-calendar-24.12.3/src/mailclient_p.cpp: In lambda function:
/var/pisi/akonadi-calendar-24.12.3-59/work/akonadi-calendar-24.12.3/src/mailclient_p.cpp:581:131: warning: ‘const char* GpgME::Error::asString() const’ is deprecated [-Wdeprecated-declarations]
  581 |                                 qCWarning(AKONADICALENDAR_LOG) << "Failed to export " << k.primaryFingerprint() << result.asString();
      |                                                                                                                    ~~~~~~~~~~~~~~~^~
In file included from /usr/include/qgpgme-qt6/qgpgme/job.h:44,
                 from /usr/include/qgpgme-qt6/qgpgme/exportjob.h:39,
                 from /usr/include/qgpgme-qt6/QGpgME/ExportJob:1,
                 from /var/pisi/akonadi-calendar-24.12.3-59/work/akonadi-calendar-24.12.3/src/mailclient_p.cpp:28:
/usr/include/gpgme++/error.h:53:36: note: declared here
   53 |     GPGMEPP_DEPRECATED const char *asString() const;
      |                                    ^~~~~~~~