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:33 (include) CMake Warning: Manually-specified variables were not used by the project: CMAKE_LD_FLAGS ECM_MKSPECS_INSTALL_DIR I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml" No "pt_br" localization of "footer-doc-comment" exists; using "en". I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml" No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditorpage.cpp: In member function ‘void ThemeEditorPage::slotUpdateViewer()’: /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditorpage.cpp:97:18: warning: ignoring return value of ‘bool ThemeEditorPage::saveTheme(bool)’, declared with attribute ‘nodiscard’ [-Wunused-result] 97 | saveTheme(false); | ~~~~~~~~~^~~~~~~ In file included from /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditorpage.cpp:7: /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditorpage.h:28:24: note: declared here 28 | [[nodiscard]] bool saveTheme(bool withConfirmation = true); | ^~~~~~~~~ /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp: In member function ‘void ThemeEditorMainWindow::slotCloseTheme()’: /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp:181:23: warning: ignoring return value of ‘bool ThemeEditorMainWindow::saveCurrentProject(ActionSaveTheme)’, declared with attribute ‘nodiscard’ [-Wunused-result] 181 | saveCurrentProject(SaveAndCloseTheme); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp:7: /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.h:56:24: note: declared here 56 | [[nodiscard]] bool saveCurrentProject(ActionSaveTheme act); | ^~~~~~~~~~~~~~~~~~ /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp: In member function ‘void ThemeEditorMainWindow::slotNewTheme()’: /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp:278:23: warning: ignoring return value of ‘bool ThemeEditorMainWindow::saveCurrentProject(ActionSaveTheme)’, declared with attribute ‘nodiscard’ [-Wunused-result] 278 | saveCurrentProject(SaveAndCreateNewTheme); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp:235:6: note: declared here 235 | bool ThemeEditorMainWindow::saveCurrentProject(ActionSaveTheme act) | ^~~~~~~~~~~~~~~~~~~~~ /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp: In member function ‘void ThemeEditorMainWindow::slotUpdateView()’: /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp:302:32: warning: ignoring return value of ‘bool ThemeEditorPage::saveTheme(bool)’, declared with attribute ‘nodiscard’ [-Wunused-result] 302 | mThemeEditor->saveTheme(false); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp:11: /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditorpage.h:28:24: note: declared here 28 | [[nodiscard]] bool saveTheme(bool withConfirmation = true); | ^~~~~~~~~ /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp: In member function ‘void ThemeEditorMainWindow::slotThemeSelected(const QUrl&)’: /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp:317:14: warning: ignoring return value of ‘bool ThemeEditorMainWindow::loadTheme(const QString&)’, declared with attribute ‘nodiscard’ [-Wunused-result] 317 | loadTheme(url.path()); | ~~~~~~~~~^~~~~~~~~~~~ /var/pisi/grantlee-editor-24.12.2-50/work/grantlee-editor-24.12.2/contactprintthemeeditor/themeeditormainwindow.cpp:201:6: note: declared here 201 | bool ThemeEditorMainWindow::loadTheme(const QString &directory) | ^~~~~~~~~~~~~~~~~~~~~