CMake Warning at /usr/share/ECM/modules/ECMCheckOutboundLicense.cmake:88 (message):
Reuse tool not found, skipping test generation
Call Stack (most recent call first):
CMakeLists.txt:48 (include)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
/var/pisi/mimetreeparser-25.12.0-24/work/mimetreeparser-25.12.0/src/core/fileopener.cpp: In function ‘QList > MimeTreeParser::Core::FileOpener::openFile(const QString&)’:
/var/pisi/mimetreeparser-25.12.0-24/work/mimetreeparser-25.12.0/src/core/fileopener.cpp:97:14: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result]
97 | file.open(QIODevice::ReadOnly);
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/QFile:1,
from /var/pisi/mimetreeparser-25.12.0-24/work/mimetreeparser-25.12.0/src/core/fileopener.cpp:9:
/usr/include/qt6/QtCore/qfile.h:291:32: note: declared here
291 | QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override;
| ^~~~
/var/pisi/mimetreeparser-25.12.0-24/work/mimetreeparser-25.12.0/src/widgets/messageviewer.cpp: In member function ‘void MimeTreeParser::Widgets::MessageViewer::Private::saveSelectedAttachments()’:
/var/pisi/mimetreeparser-25.12.0-24/work/mimetreeparser-25.12.0/src/widgets/messageviewer.cpp:112:51: warning: ignoring return value of ‘QString AttachmentModel::saveAttachmentToPath(const MimeTreeParser::MessagePart::Ptr&, const QString&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
112 | parser.attachments()->saveAttachmentToPath(part, path);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /var/pisi/mimetreeparser-25.12.0-24/work/mimetreeparser-25.12.0/build/src/core/mimetreeparsercore/attachmentmodel.h:1,
from /var/pisi/mimetreeparser-25.12.0-24/work/mimetreeparser-25.12.0/build/src/core/MimeTreeParserCore/AttachmentModel:1,
from /var/pisi/mimetreeparser-25.12.0-24/work/mimetreeparser-25.12.0/src/widgets/messageviewer.cpp:17:
/var/pisi/mimetreeparser-25.12.0-24/work/mimetreeparser-25.12.0/build/src/core/mimetreeparsercore/../../../../src/core/attachmentmodel.h:59:27: note: declared here
59 | [[nodiscard]] QString saveAttachmentToPath(const MimeTreeParser::MessagePart::Ptr &part, const QString &path);
| ^~~~~~~~~~~~~~~~~~~~