CMake Warning at /usr/share/ECM/modules/ECMCheckOutboundLicense.cmake:86 (message):
  Reuse tool not found, skipping test generation
Call Stack (most recent call first):
  CMakeLists.txt:47 (include)


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

    CMAKE_LD_FLAGS


/var/pisi/mimetreeparser-25.08.3-23/work/mimetreeparser-25.08.3/src/widgets/messageviewer.cpp: In member function ‘void MimeTreeParser::Widgets::MessageViewer::Private::saveSelectedAttachments()’:
/var/pisi/mimetreeparser-25.08.3-23/work/mimetreeparser-25.08.3/src/widgets/messageviewer.cpp:111:51: warning: ignoring return value of ‘QString AttachmentModel::saveAttachmentToPath(const MimeTreeParser::MessagePart::Ptr&, const QString&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  111 |         parser.attachments()->saveAttachmentToPath(part, path);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /var/pisi/mimetreeparser-25.08.3-23/work/mimetreeparser-25.08.3/build/src/core/mimetreeparsercore/attachmentmodel.h:1,
                 from /var/pisi/mimetreeparser-25.08.3-23/work/mimetreeparser-25.08.3/build/src/core/MimeTreeParserCore/AttachmentModel:1,
                 from /var/pisi/mimetreeparser-25.08.3-23/work/mimetreeparser-25.08.3/src/widgets/messageviewer.cpp:16:
/var/pisi/mimetreeparser-25.08.3-23/work/mimetreeparser-25.08.3/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);
      |                           ^~~~~~~~~~~~~~~~~~~~