Fetching source from mirror: http://download.kde.org/stable/release-service/24.12.3/src/kdepim-addons-24.12.3.tar.xz
CMake Warning at CMakeLists.txt:196 (find_package):
  By not providing "FindKLLMCore.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "KLLMCore",
  but CMake did not find one.

  Could not find a package configuration file provided by "KLLMCore"
  (requested version 0.1.0) with any of the following names:

    KLLMCoreConfig.cmake
    kllmcore-config.cmake

  Add the installation prefix of "KLLMCore" to CMAKE_PREFIX_PATH or set
  "KLLMCore_DIR" to a directory containing one of the above files.  If
  "KLLMCore" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:205 (find_package):
  By not providing "FindCorrosion.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Corrosion", but CMake did not find one.

  Could not find a package configuration file provided by "Corrosion" with
  any of the following names:

    CorrosionConfig.cmake
    corrosion-config.cmake

  Add the installation prefix of "Corrosion" to CMAKE_PREFIX_PATH or set
  "Corrosion_DIR" to a directory containing one of the above files.  If
  "Corrosion" provides a separate development package or SDK, be sure it has
  been installed.


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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp: In member function ‘virtual QString MessageViewer::FancyHeaderStyle::format(KMime::Message*) const’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.h:11,
                 from /var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/highlighter/texthighlighterplugin.cpp: In lambda function:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/highlighter/texthighlighterplugin.cpp:58:103: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
   58 |         c.insert(QStringLiteral("content"), QVariant::fromValue([=](KTextTemplate::OutputStream *) {
      |                                                                                                       ^
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/highlighter/texthighlighterplugin.cpp:58:103: note: add explicit ‘this’ or ‘*this’ capture
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/gnupgwks/gnupgwksformatter.cpp: In member function ‘virtual MimeTreeParser::MessagePart::Ptr ApplicationGnuPGWKSFormatter::process(MimeTreeParser::Interface::BodyPart&) const’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/gnupgwks/gnupgwksformatter.h:9,
                 from /var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.cpp: In member function ‘void PgpKeyMemento::exec(const QString&)’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.h:13,
                 from /var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.cpp: In member function ‘void PgpKeyMemento::onListJobFinished(const GpgME::KeyListResult&)’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeyformatter.cpp: In member function ‘virtual MimeTreeParser::MessagePartPtr ApplicationPGPKeyFormatter::process(MimeTreeParser::Interface::BodyPart&) const’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeyformatter.cpp:8:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/messageviewer/bodypartformatter/gnupgwks/pgpkeymemento.h:33:24: note: declared here
   33 |     [[nodiscard]] bool start(const QString &fingerprint);
      |                        ^~~~~
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/plugins/plasma/pimeventsplugin/eventdatavisitor.cpp: In member function ‘QList BaseEventDataVisitor::explodeIncidenceOccurences(const CalendarEvents::EventData&, const KCalendarCore::Incidence::Ptr&, bool&)’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/plasma/pimeventsplugin/eventdatavisitor.cpp:93:69: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations]
   93 |             dt = QDateTime(rec.date(), QTime(0, 0, 0), Qt::LocalTime);
      |                                                                     ^
In file included from /usr/include/qt6/QtCore/QDateTime:1,
                 from /usr/include/KF6/KDeclarative/calendarevents/calendareventsplugin.h:11,
                 from /usr/include/KF6/KDeclarative/CalendarEvents/CalendarEventsPlugin:1,
                 from /var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/plasma/pimeventsplugin/eventdatavisitor.h:10,
                 from /var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/plasma/pimeventsplugin/eventdatavisitor.cpp:8:
/usr/include/qt6/QtCore/qdatetime.h:359:5: note: declared here
  359 |     QDateTime(QDate date, QTime time, Qt::TimeSpec spec, int offsetSeconds = 0);
      |     ^~~~~~~~~
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/plasma/pimeventsplugin/akonadipimdatasource.cpp: In constructor ‘AkonadiPimDataSource::AkonadiPimDataSource(QObject*)’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/plasma/pimeventsplugin/akonadipimdatasource.cpp:37:16: warning: unused variable ‘skel’ [-Wunused-variable]
   37 |     const auto skel = new KCoreConfigSkeleton(korganizerrc);
      |                ^~~~
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/plasma/pimeventsplugin/pimcalendarsmodel.cpp: In member function ‘virtual QVariant PimCalendarsModel::data(const QModelIndex&, int) const’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/plasma/pimeventsplugin/pimcalendarsmodel.cpp:91:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
   91 |     }
      |     ^
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/plugins/plasma/pimeventsplugin/pimcalendarsmodel.cpp:92:5: note: here
   92 |     default:
      |     ^~~~~~~
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingwidget.cpp: In member function ‘void ConfirmBeforeDeletingWidget::slotCustomContextMenuRequested(const QPoint&)’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingwidget.cpp:115:80: warning: unused parameter ‘p’ [-Wunused-parameter]
  115 | void ConfirmBeforeDeletingWidget::slotCustomContextMenuRequested(const QPoint &p)
      |                                                                  ~~~~~~~~~~~~~~^
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/kaddressbook/importexportplugins/vcards/vcardimportexportplugininterface.cpp: In member function ‘void VCardImportExportPluginInterface::addKey(KContacts::Addressee&, KContacts::Key::Type) const’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp: In member function ‘void LDifImportExportPluginInterface::importLdifFile(const QString&)’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp:9:
/usr/include/KF6/KContacts/kcontacts/ldifconverter.h:35:41: note: declared here
   35 | Q_REQUIRED_RESULT KCONTACTS_EXPORT bool LDIFToAddressee(const QString &str,
      |                                         ^~~~~~~~~~~~~~~
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp: In function ‘void doExport(QFile*, const KAddressBookImportExport::ContactList&)’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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:57:1: note: declared here
   57 | addresseeAndContactGroupToLDIF(const AddresseeList &addrList, const QList &contactGroupList, QString &str);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/kaddressbook/importexportplugins/ldif/ldifimportexportplugininterface.cpp: In member function ‘void LDifImportExportPluginInterface::exportLdif()’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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:57:1: note: declared here
   57 | addresseeAndContactGroupToLDIF(const AddresseeList &addrList, const QList &contactGroupList, QString &str);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/kmailtransport/sendmail/sendmailjob.h:13,
                 from /var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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-24.12.3-54/work/kdepim-addons-24.12.3/akonadi-import-wizard/geary/gearyaddressbook.cpp: In constructor ‘GearyAddressBook::GearyAddressBook(const QString&)’:
/var/pisi/kdepim-addons-24.12.3-54/work/kdepim-addons-24.12.3/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)