Fetching source from mirror: http://download.kde.org/stable/release-service/25.12.0/src/kdepim-addons-25.12.0.tar.xz
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp: In member function ‘virtual QString MessageViewer::FancyHeaderStyle::format(KMime::Message*) const’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp:88:64: warning: ‘static QSharedPointer MessageViewer::HeaderStyleUtil::resentFromList(KMime::Message*)’ is deprecated [-Wdeprecated-declarations]
   88 |         const auto resentFrom = mHeaderStyleUtil.resentFromList(message);
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
In file included from /usr/include/KPim6/MessageViewer/MessageViewer/HeaderStyle_Util:1,
                 from /var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.h:11,
                 from /var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp:7:
/usr/include/KPim6/MessageViewer/messageviewer/headerstyle_util.h:69:105: note: declared here
   69 |     [[nodiscard]] MESSAGEVIEWER_DEPRECATED static QSharedPointer resentFromList(KMime::Message *message);
      |                                                                                                         ^~~~~~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp:107:60: warning: ‘static QSharedPointer MessageViewer::HeaderStyleUtil::resentToList(KMime::Message*)’ is deprecated [-Wdeprecated-declarations]
  107 |         const auto resentTo = mHeaderStyleUtil.resentToList(message);
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/usr/include/KPim6/MessageViewer/messageviewer/headerstyle_util.h:71:105: note: declared here
   71 |     [[nodiscard]] MESSAGEVIEWER_DEPRECATED static QSharedPointer resentToList(KMime::Message *message);
      |                                                                                                         ^~~~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp: In member function ‘virtual bool {anonymous}::UrlHandler::handleContextMenuRequest(MimeTreeParser::Interface::BodyPart*, const QString&, const QPoint&) const’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp:228:22: warning: ignoring return value of ‘bool {anonymous}::UrlHandler::openVCard(const KContacts::Addressee&, const QString&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
  228 |             openVCard(a, vCard);
      |             ~~~~~~~~~^~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp:247:24: note: declared here
  247 |     [[nodiscard]] bool openVCard(const KContacts::Addressee &a, const QString &vCard) const
      |                        ^~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp:230:24: warning: ignoring return value of ‘bool {anonymous}::UrlHandler::saveAsVCard(const KContacts::Addressee&, const QString&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
  230 |             saveAsVCard(a, vCard);
      |             ~~~~~~~~~~~^~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp:257:24: note: declared here
  257 |     [[nodiscard]] bool saveAsVCard(const KContacts::Addressee &a, const QString &vCard) const
      |                        ^~~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeyformatter.cpp: In member function ‘virtual MimeTreeParser::MessagePartPtr ApplicationPGPKeyFormatter::process(MimeTreeParser::Interface::BodyPart&) const’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeyformatter.cpp:35:27: warning: ignoring return value of ‘bool PgpKeyMemento::start(const QString&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
   35 |             memento->start(mp->fingerprint());
      |             ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeyformatter.cpp:8:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.h:33:24: note: declared here
   33 |     [[nodiscard]] bool start(const QString &fingerprint);
      |                        ^~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp: In member function ‘void {anonymous}::UrlHandler::openAttachment(const QString&, const QString&) const’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp:1049:23: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
 1049 |             file->open();
      |             ~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/QtCore:275,
                 from /usr/include/qt6/QtDBus/QtDBusDepends:3,
                 from /usr/include/qt6/QtDBus/QtDBus:3,
                 from /var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/build/plugins/messageviewer/bodypartformatter/calendar/calendarinterface.h:21,
                 from /var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp:13:
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
   52 |     QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
      |                                ^~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp: In member function ‘bool {anonymous}::UrlHandler::saveAsAttachment(const QString&, const QString&) const’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp:1092:23: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
 1092 |             file->open();
      |             ~~~~~~~~~~^~
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
   52 |     QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
      |                                ^~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp: In member function ‘virtual bool {anonymous}::UrlHandler::handleContextMenuRequest(MimeTreeParser::Interface::BodyPart*, const QString&, const QPoint&) const’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp:1349:29: warning: ignoring return value of ‘bool {anonymous}::UrlHandler::saveAsAttachment(const QString&, const QString&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
 1349 |             saveAsAttachment(name, iCal);
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp:1061:24: note: declared here
 1061 |     [[nodiscard]] bool saveAsAttachment(const QString &name, const QString &iCal) const
      |                        ^~~~~~~~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/plasma/pimeventsplugin/akonadipimdatasource.cpp: In constructor ‘AkonadiPimDataSource::AkonadiPimDataSource(QObject*)’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/plugins/plasma/pimeventsplugin/akonadipimdatasource.cpp:37:16: warning: unused variable ‘skel’ [-Wunused-variable]
   37 |     const auto skel = new KCoreConfigSkeleton(korganizerrc);
      |                ^~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kaddressbook/importexportplugins/vcards/vcardimportexportplugininterface.cpp: In member function ‘bool VCardImportExportPluginInterface::doExport(const QUrl&, const QByteArray&) const’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kaddressbook/importexportplugins/vcards/vcardimportexportplugininterface.cpp:363:17: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
  363 |     tmpFile.open();
      |     ~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/QTemporaryFile:1,
                 from /var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kaddressbook/importexportplugins/vcards/vcardimportexportplugininterface.cpp:24:
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
   52 |     QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
      |                                ^~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp: In member function ‘void LDifImportExportPluginInterface::importLdifFile(const QString&)’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp:93:46: warning: ignoring return value of ‘bool KContacts::LDIFConverter::LDIFToAddressee(const QString&, KContacts::AddresseeList&, QList&, const QDateTime&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
   93 |     KContacts::LDIFConverter::LDIFToAddressee(wholeFile, lstAddresses, lstGroup, dtDefault);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/KF6/KContacts/KContacts/LDIFConverter:1,
                 from /var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp:9:
/usr/include/KF6/KContacts/kcontacts/ldifconverter.h:43:37: note: declared here
   43 | [[nodiscard]] KCONTACTS_EXPORT bool LDIFToAddressee(const QString &str,
      |                                     ^~~~~~~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp: In function ‘void doExport(QFile*, const KAddressBookImportExport::ContactList&)’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp:113:61: warning: ignoring return value of ‘bool KContacts::LDIFConverter::addresseeAndContactGroupToLDIF(const KContacts::AddresseeList&, const QList&, QString&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  113 |     KContacts::LDIFConverter::addresseeAndContactGroupToLDIF(list.addressList(), list.contactGroupList(), data);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KContacts/kcontacts/ldifconverter.h:68:1: note: declared here
   68 | addresseeAndContactGroupToLDIF(const AddresseeList &addrList, const QList &contactGroupList, QString &str);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp: In member function ‘void LDifImportExportPluginInterface::exportLdif()’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp:189:65: warning: ignoring return value of ‘bool KContacts::LDIFConverter::addresseeAndContactGroupToLDIF(const KContacts::AddresseeList&, const QList&, QString&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  189 |         KContacts::LDIFConverter::addresseeAndContactGroupToLDIF(contactLists.addressList(), contactLists.contactGroupList(), data);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KContacts/kcontacts/ldifconverter.h:68:1: note: declared here
   68 | addresseeAndContactGroupToLDIF(const AddresseeList &addrList, const QList &contactGroupList, QString &str);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kmailtransport/sendmail/sendmailtransportplugin.cpp:40:128: warning: ‘TransportJob’ is deprecated [-Wdeprecated-declarations]
   40 | MailTransport::TransportJob *SendMailTransportPlugin::createTransportJob(MailTransport::Transport *t, const QString &identifier)
      |                                                                                                                                ^
In file included from /usr/include/KPim6/MailTransport/MailTransport/TransportJob:1,
                 from /var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kmailtransport/sendmail/sendmailjob.h:13,
                 from /var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/kmailtransport/sendmail/sendmailtransportplugin.cpp:9:
/usr/include/KPim6/MailTransport/mailtransport/transportjob.h:30:39: note: declared here
   30 | class MAILTRANSPORT_DEPRECATED_EXPORT TransportJob : public KCompositeJob
      |                                       ^~~~~~~~~~~~
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/akonadi-import-wizard/geary/gearyaddressbook.cpp: In constructor ‘GearyAddressBook::GearyAddressBook(const QString&)’:
/var/pisi/kdepim-addons-25.12.0-63/work/kdepim-addons-25.12.0/akonadi-import-wizard/geary/gearyaddressbook.cpp:9:51: warning: unused parameter ‘filename’ [-Wunused-parameter]
    9 | GearyAddressBook::GearyAddressBook(const QString &filename)
      |                                    ~~~~~~~~~~~~~~~^~~~~~~~
*** 0 error(s), 1 warning(s)