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".
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".
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".
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".
I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/zh-CN.xml"
No "zh_cn" localization of "footer-doc-comment" exists; using "en".
No "zh_cn" localization of "footer-doc-feedback" exists; using "en".
No "zh_cn" localization of "footer-doc-teamname" exists; using "en".
No "zh_cn" localization of "footer-doc-comment" exists; using "en".
No "zh_cn" localization of "footer-doc-feedback" exists; using "en".
No "zh_cn" localization of "footer-doc-teamname" exists; using "en".
No "zh_cn" localization of "footer-doc-comment" exists; using "en".
No "zh_cn" localization of "footer-doc-feedback" exists; using "en".
No "zh_cn" localization of "footer-doc-teamname" exists; using "en".
No "zh_cn" localization of "footer-doc-comment" exists; using "en".
No "zh_cn" localization of "footer-doc-feedback" exists; using "en".
No "zh_cn" localization of "footer-doc-teamname" exists; using "en".
In file included from /usr/include/qt6/QtCore/QVariant:1,
from /usr/include/KF6/KConfigCore/kconfig.h:22,
from /usr/include/KF6/KConfigCore/KConfig:1,
from /var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.h:10,
from /var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp:7:
In constructor ‘QVariant::QVariant(QVariant&&)’,
inlined from ‘ActionData::ActionData(ActionData&&)’ at /var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/lib/logMode.h:24:8,
inlined from ‘T qvariant_cast(QVariant&&) [with T = ActionData]’ at /usr/include/qt6/QtCore/qvariant.h:774:67,
inlined from ‘T QVariant::value() && [with T = ActionData]’ at /usr/include/qt6/QtCore/qvariant.h:529:47,
inlined from ‘void KSystemLog::MainWindow::selectLogModeAction(bool)’ at /var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp:713:56:
/usr/include/qt6/QtCore/qvariant.h:332:50: warning: array subscript 1 is outside array bounds of ‘QVariant [1]’ [-Warray-bounds=]
332 | inline QVariant(QVariant &&other) noexcept : d(other.d)
| ^~~~~~~~~~
/var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp: In member function ‘void KSystemLog::MainWindow::selectLogModeAction(bool)’:
/var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp:713:35: note: at offset 32 into object ‘’ of size 32
713 | auto actionData = action->data().value();
| ~~~~~~~~~~~~^~
In constructor ‘QVariant::QVariant(QVariant&&)’,
inlined from ‘ActionData::ActionData(ActionData&&)’ at /var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/lib/logMode.h:24:8,
inlined from ‘T qvariant_cast(QVariant&&) [with T = ActionData]’ at /usr/include/qt6/QtCore/qvariant.h:774:67,
inlined from ‘T QVariant::value() && [with T = ActionData]’ at /usr/include/qt6/QtCore/qvariant.h:529:47,
inlined from ‘void KSystemLog::MainWindow::selectLogModeAction(bool)’ at /var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp:713:56:
/usr/include/qt6/QtCore/qvariant.h:333:15: warning: array subscript 1 is outside array bounds of ‘QVariant [1]’ [-Warray-bounds=]
333 | { other.d = Private(); }
| ~~~~~~~~^~~~~~~~~~~
/var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp: In member function ‘void KSystemLog::MainWindow::selectLogModeAction(bool)’:
/var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp:713:35: note: at offset 32 into object ‘’ of size 32
713 | auto actionData = action->data().value();
| ~~~~~~~~~~~~^~
In constructor ‘QVariant::QVariant(QVariant&&)’,
inlined from ‘ActionData::ActionData(ActionData&&)’ at /var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/lib/logMode.h:24:8,
inlined from ‘T qvariant_cast(QVariant&&) [with T = ActionData]’ at /usr/include/qt6/QtCore/qvariant.h:774:67,
inlined from ‘T QVariant::value() && [with T = ActionData]’ at /usr/include/qt6/QtCore/qvariant.h:529:47,
inlined from ‘void KSystemLog::MainWindow::setupLogActions()’ at /var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp:789:64:
/usr/include/qt6/QtCore/qvariant.h:332:50: warning: array subscript 1 is outside array bounds of ‘QVariant [1]’ [-Warray-bounds=]
332 | inline QVariant(QVariant &&other) noexcept : d(other.d)
| ^~~~~~~~~~
/var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp: In member function ‘void KSystemLog::MainWindow::setupLogActions()’:
/var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp:789:43: note: at offset 32 into object ‘’ of size 32
789 | auto actionData = action->data().value();
| ~~~~~~~~~~~~^~
In constructor ‘QVariant::QVariant(QVariant&&)’,
inlined from ‘ActionData::ActionData(ActionData&&)’ at /var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/lib/logMode.h:24:8,
inlined from ‘T qvariant_cast(QVariant&&) [with T = ActionData]’ at /usr/include/qt6/QtCore/qvariant.h:774:67,
inlined from ‘T QVariant::value() && [with T = ActionData]’ at /usr/include/qt6/QtCore/qvariant.h:529:47,
inlined from ‘void KSystemLog::MainWindow::setupLogActions()’ at /var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp:789:64:
/usr/include/qt6/QtCore/qvariant.h:333:15: warning: array subscript 1 is outside array bounds of ‘QVariant [1]’ [-Warray-bounds=]
333 | { other.d = Private(); }
| ~~~~~~~~^~~~~~~~~~~
/var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp: In member function ‘void KSystemLog::MainWindow::setupLogActions()’:
/var/pisi/ksystemlog-25.08.1-65/work/ksystemlog-25.08.1/src/mainWindow.cpp:789:43: note: at offset 32 into object ‘’ of size 32
789 | auto actionData = action->data().value();
| ~~~~~~~~~~~~^~