CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
/var/pisi/plasma-browser-integration-6.5.4-61/work/plasma-browser-integration-6.5.4/host/connection.cpp: In constructor ‘Connection::Connection()’:
/var/pisi/plasma-browser-integration-6.5.4-61/work/plasma-browser-integration-6.5.4/host/connection.cpp:24:18: warning: ignoring return value of ‘bool QFile::open(int, QIODeviceBase::OpenMode, QFileDevice::FileHandleFlags)’, declared with attribute ‘nodiscard’ [-Wunused-result]
24 | m_stdOut.open(newStdout, QIODevice::WriteOnly);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/QFile:1,
from /var/pisi/plasma-browser-integration-6.5.4-61/work/plasma-browser-integration-6.5.4/host/connection.h:10,
from /var/pisi/plasma-browser-integration-6.5.4-61/work/plasma-browser-integration-6.5.4/host/connection.cpp:8:
/usr/include/qt6/QtCore/qfile.h:294:32: note: declared here
294 | QFILE_MAYBE_NODISCARD bool open(int fd, OpenMode ioFlags, FileHandleFlags handleFlags=DontCloseHandle);
| ^~~~
/var/pisi/plasma-browser-integration-6.5.4-61/work/plasma-browser-integration-6.5.4/host/connection.cpp:26:17: warning: ignoring return value of ‘bool QFile::open(int, QIODeviceBase::OpenMode, QFileDevice::FileHandleFlags)’, declared with attribute ‘nodiscard’ [-Wunused-result]
26 | m_stdIn.open(STDIN_FILENO, QIODevice::ReadOnly | QIODevice::Unbuffered);
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qfile.h:294:32: note: declared here
294 | QFILE_MAYBE_NODISCARD bool open(int fd, OpenMode ioFlags, FileHandleFlags handleFlags=DontCloseHandle);
| ^~~~