CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp: In member function ‘virtual QString MessageViewer::FancyHeaderStyle::format(KMime::Message*) const’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.h:11,
from /var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp:220:22: warning: ignoring return value of ‘bool {anonymous}::UrlHandler::openVCard(const KContacts::Addressee&, const QString&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
220 | openVCard(a, vCard);
| ~~~~~~~~~^~~~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp:239:24: note: declared here
239 | [[nodiscard]] bool openVCard(const KContacts::Addressee &a, const QString &vCard) const
| ^~~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp:222:24: warning: ignoring return value of ‘bool {anonymous}::UrlHandler::saveAsVCard(const KContacts::Addressee&, const QString&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
222 | saveAsVCard(a, vCard);
| ~~~~~~~~~~~^~~~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp:249:24: note: declared here
249 | [[nodiscard]] bool saveAsVCard(const KContacts::Addressee &a, const QString &vCard) const
| ^~~~~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/gnupgwksformatter.cpp: In member function ‘virtual MimeTreeParser::MessagePart::Ptr ApplicationGnuPGWKSFormatter::process(MimeTreeParser::Interface::BodyPart&) const’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/gnupgwksformatter.cpp:64:95: warning: ‘const char* GpgME::Error::asString() const’ is deprecated [-Wdeprecated-declarations]
64 | qCWarning(GNUPGWKS_LOG) << "Decryption failed!" << result.error().asString();
| ~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/gpgme++/context.h:29,
from /usr/include/KPim6/MimeTreeParser/mimetreeparser/partmetadata.h:13,
from /usr/include/KPim6/MimeTreeParser/mimetreeparser/nodehelper.h:13,
from /usr/include/KPim6/MimeTreeParser/mimetreeparser/objecttreeparser.h:16,
from /usr/include/KPim6/MimeTreeParser/mimetreeparser/bodypartformatter.h:17,
from /usr/include/KPim6/MimeTreeParser/mimetreeparser/messagepart.h:11,
from /usr/include/KPim6/MimeTreeParser/MimeTreeParser/MessagePart:1,
from /usr/include/KPim6/MessageViewer/messageviewer/messagepartrendererbase.h:11,
from /usr/include/KPim6/MessageViewer/MessageViewer/MessagePartRendererBase:1,
from /var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/gnupgwksformatter.h:9,
from /var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/gnupgwksformatter.cpp:7:
/usr/include/gpgme++/error.h:53:36: note: declared here
53 | GPGMEPP_DEPRECATED const char *asString() const;
| ^~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp:1348:29: warning: ignoring return value of ‘bool {anonymous}::UrlHandler::saveAsAttachment(const QString&, const QString&) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
1348 | saveAsAttachment(name, iCal);
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp:1060:24: note: declared here
1060 | [[nodiscard]] bool saveAsAttachment(const QString &name, const QString &iCal) const
| ^~~~~~~~~~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeyformatter.cpp: In member function ‘virtual MimeTreeParser::MessagePartPtr ApplicationPGPKeyFormatter::process(MimeTreeParser::Interface::BodyPart&) const’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeyformatter.cpp:8:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.h:33:24: note: declared here
33 | [[nodiscard]] bool start(const QString &fingerprint);
| ^~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.cpp: In member function ‘void PgpKeyMemento::exec(const QString&)’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.cpp:68:64: warning: ‘const char* GpgME::Error::asString() const’ is deprecated [-Wdeprecated-declarations]
68 | mError = QString::fromStdString(result.error().asString());
| ~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/gpgme++/result.h:29,
from /usr/include/gpgme++/verificationresult.h:29,
from /usr/include/gpgme++/notation.h:29,
from /usr/include/gpgme++/key.h:28,
from /var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.h:13,
from /var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.cpp:7:
/usr/include/gpgme++/error.h:53:36: note: declared here
53 | GPGMEPP_DEPRECATED const char *asString() const;
| ^~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.cpp: In member function ‘void PgpKeyMemento::onListJobFinished(const GpgME::KeyListResult&)’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.cpp:82:64: warning: ‘const char* GpgME::Error::asString() const’ is deprecated [-Wdeprecated-declarations]
82 | mError = QString::fromStdString(result.error().asString());
| ~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/gpgme++/error.h:53:36: note: declared here
53 | GPGMEPP_DEPRECATED const char *asString() const;
| ^~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeyurlhandler.cpp: In member function ‘virtual bool ApplicationPgpKeyUrlHandler::handleClick(MessageViewer::Viewer*, MimeTreeParser::Interface::BodyPart*, const QString&) const’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeyurlhandler.cpp:66:78: warning: ‘const char* GpgME::Error::asString() const’ is deprecated [-Wdeprecated-declarations]
66 | QString::fromUtf8(res.error().asString()),
| ~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/gpgme++/context.h:29,
from /usr/include/KPim6/MimeTreeParser/mimetreeparser/partmetadata.h:13,
from /usr/include/KPim6/MimeTreeParser/mimetreeparser/nodehelper.h:13,
from /usr/include/KPim6/MimeTreeParser/MimeTreeParser/NodeHelper:1,
from /var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeyurlhandler.cpp:16:
/usr/include/gpgme++/error.h:53:36: note: declared here
53 | GPGMEPP_DEPRECATED const char *asString() const;
| ^~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/plugins/plasma/pimeventsplugin/akonadipimdatasource.cpp: In constructor ‘AkonadiPimDataSource::AkonadiPimDataSource(QObject*)’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.0/kaddressbook/importexportplugins/vcards/vcardimportexportplugininterface.cpp: In member function ‘void VCardImportExportPluginInterface::addKey(KContacts::Addressee&, KContacts::Key::Type) const’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/kaddressbook/importexportplugins/vcards/vcardimportexportplugininterface.cpp:327:38: warning: ‘const char* GpgME::Error::asString() const’ is deprecated [-Wdeprecated-declarations]
327 | qCritical() << error.asString();
| ~~~~~~~~~~~~~~^~
In file included from /usr/include/gpgme++/context.h:29,
from /var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/kaddressbook/importexportplugins/vcards/vcardimportexportplugininterface.cpp:25:
/usr/include/gpgme++/error.h:53:36: note: declared here
53 | GPGMEPP_DEPRECATED const char *asString() const;
| ^~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp: In member function ‘void LDifImportExportPluginInterface::importLdifFile(const QString&)’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp:9:
/usr/include/KF6/KContacts/kcontacts/ldifconverter.h:43:41: note: declared here
43 | Q_REQUIRED_RESULT KCONTACTS_EXPORT bool LDIFToAddressee(const QString &str,
| ^~~~~~~~~~~~~~~
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp: In function ‘void doExport(QFile*, const KAddressBookImportExport::ContactList&)’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.0/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp: In member function ‘void LDifImportExportPluginInterface::exportLdif()’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.0/kmailtransport/sendmail/sendmailjob.h:13,
from /var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.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.08.0-59/work/kdepim-addons-25.08.0/akonadi-import-wizard/geary/gearyaddressbook.cpp: In constructor ‘GearyAddressBook::GearyAddressBook(const QString&)’:
/var/pisi/kdepim-addons-25.08.0-59/work/kdepim-addons-25.08.0/akonadi-import-wizard/geary/gearyaddressbook.cpp:9:51: warning: unused parameter ‘filename’ [-Wunused-parameter]
9 | GearyAddressBook::GearyAddressBook(const QString &filename)
| ~~~~~~~~~~~~~~~^~~~~~~~