CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
/var/pisi/akonadiconsole-25.08.3-59/work/akonadiconsole-25.08.3/src/browserwidget.cpp: In member function ‘void BrowserWidget::currentChanged(const QModelIndex&)’:
/var/pisi/akonadiconsole-25.08.3-59/work/akonadiconsole-25.08.3/src/browserwidget.cpp:284:27: warning: ignoring return value of ‘bool Akonadi::TagFetchScope::fetchAllAttributes() const’, declared with attribute ‘nodiscard’ [-Wunused-result]
284 | tfs.fetchAllAttributes();
| ~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/KPim6/AkonadiCore/Akonadi/TagFetchScope:1,
from /var/pisi/akonadiconsole-25.08.3-59/work/akonadiconsole-25.08.3/src/browserwidget.cpp:36:
/usr/include/KPim6/AkonadiCore/akonadi/tagfetchscope.h:77:24: note: declared here
77 | [[nodiscard]] bool fetchAllAttributes() const;
| ^~~~~~~~~~~~~~~~~~
/var/pisi/akonadiconsole-25.08.3-59/work/akonadiconsole-25.08.3/src/notificationmodel.cpp: In member function ‘virtual QVariant NotificationModel::data(const QModelIndex&, int) const’:
/var/pisi/akonadiconsole-25.08.3-59/work/akonadiconsole-25.08.3/src/notificationmodel.cpp:71:20: warning: enumeration value ‘Relation’ not handled in switch [-Wswitch]
71 | switch (msg.type()) {
| ^
/var/pisi/akonadiconsole-25.08.3-59/work/akonadiconsole-25.08.3/src/notificationmodel.cpp:152:20: warning: enumeration value ‘Relation’ not handled in switch [-Wswitch]
152 | switch (msg.type()) {
| ^
/var/pisi/akonadiconsole-25.08.3-59/work/akonadiconsole-25.08.3/src/notificationmonitor.cpp: In member function ‘void NotificationMonitor::populateNtfModel(const QModelIndex&)’:
/var/pisi/akonadiconsole-25.08.3-59/work/akonadiconsole-25.08.3/src/notificationmonitor.cpp:144:12: warning: enumeration value ‘Relation’ not handled in switch [-Wswitch]
144 | switch (ntf.type()) {
| ^
In file included from /usr/include/xapian.h:44,
from /var/pisi/akonadiconsole-25.08.3-59/work/akonadiconsole-25.08.3/src/searchwidget.cpp:9:
/usr/include/xapian/version.h:29:2: warning: #warning The C++ ABI version of compiler you are using does not exactly match [-Wcpp]
29 | #warning The C++ ABI version of compiler you are using does not exactly match
| ^~~~~~~
/usr/include/xapian/version.h:30:2: warning: #warning that of the compiler used to build the library. If linking fails [-Wcpp]
30 | #warning that of the compiler used to build the library. If linking fails
| ^~~~~~~
/usr/include/xapian/version.h:31:2: warning: #warning due to missing symbols, this is probably the reason why. [-Wcpp]
31 | #warning due to missing symbols, this is probably the reason why.
| ^~~~~~~
/usr/include/xapian/version.h:32:2: warning: #warning The Xapian library was built with g++ 10.3.0 [-Wcpp]
32 | #warning The Xapian library was built with g++ 10.3.0
| ^~~~~~~