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:51 (include)


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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/incidenceeditor-25.12.0-69/work/incidenceeditor-25.12.0/src/attachmenticonview.cpp: In member function ‘QUrl IncidenceEditorNG::AttachmentIconItem::tempFileForAttachment()’:
/var/pisi/incidenceeditor-25.12.0-69/work/incidenceeditor-25.12.0/src/attachmenticonview.cpp:181:15: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
  181 |     file->open();
      |     ~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/QTemporaryFile:1,
                 from /var/pisi/incidenceeditor-25.12.0-69/work/incidenceeditor-25.12.0/src/attachmenticonview.cpp:22:
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
   52 |     QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
      |                                ^~~~