Am Mittwoch, dem 15.10.2025 um 11:03 +0000 schrieb Juergen Spitzmueller: > commit 3e07364877612c260a918505fc2e7db0b643caa6 > Author: Juergen Spitzmueller <[email protected]> > Date: Wed Oct 15 13:03:00 2025 +0200 > > Address warning with Qt 6.10 > > warning: ignoring return value of ‘virtual bool > QFile::open(QIODeviceBase::OpenMode)’, declared with attribute > ‘nodiscard’ [-Wunused-result] > 57 | file.open(QIODevice::ReadOnly); > | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ > In file included from /usr/include/qt6/QtCore/QFile:1, > from GuiAbout.cpp:28: > /usr/include/qt6/QtCore/qfile.h:291:32: note: declared here > 291 | QFILE_MAYBE_NODISCARD bool open(OpenMode flags) > override;
This will also needed to be backported eventually. As well as c77063a39487. -- Jürgen -- lyx-devel mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-devel
