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".
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".
In file included from /usr/include/qt6/QtCore/qset.h:8,
from /usr/include/qt6/QtCore/qdebug.h:43,
from /usr/include/qt6/QtCore/qloggingcategory.h:9,
from /usr/include/qt6/QtCore/QLoggingCategory:1,
from /var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/build/src/knavalbattle_debug.h:6,
from /var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/coord.h:11,
from /var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/ship.h:10,
from /var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/battlefield.h:10,
from /var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/battlefield.cpp:7:
In member function ‘QHash::iterator QHash::emplace(const Key&, Args&& ...) [with Args = {QHashDummyValue}; Key = Ship*; T = QHashDummyValue]’,
inlined from ‘QHash::iterator QHash::insert(const Key&, T&&) [with Key = Ship*; T = QHashDummyValue]’ at /usr/include/qt6/QtCore/qhash.h:1375:23,
inlined from ‘QSet::iterator QSet::insert(const T&) [with T = Ship*]’ at /usr/include/qt6/QtCore/qset.h:161:56,
inlined from ‘void BattleField::clear()’ at /var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/battlefield.cpp:301:33:
/usr/include/qt6/QtCore/qhash.h:1406:13: warning: pointer used after ‘void operator delete(void*, std::size_t)’ [-Wuse-after-free]
1406 | Key copy = key; // Needs to be explicit for MSVC 2019
| ^~~~
/var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/battlefield.cpp: In member function ‘void BattleField::clear()’:
/var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/battlefield.cpp:300:20: note: call to ‘void operator delete(void*, std::size_t)’ here
300 | delete ship;
| ^~~~
/var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/networkdialog.cpp: In constructor ‘NetworkDialog::NetworkDialog(bool, QWidget*, const QUrl*)’:
/var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/networkdialog.cpp:102:22: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
102 | m_port = new KPluralHandlingSpinBox(main);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/KF6/KTextWidgets/KPluralHandlingSpinBox:1,
from /var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/networkdialog.cpp:18:
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
| ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/knavalbattle-26.04.2-76/work/knavalbattle-26.04.2/src/networkdialog.cpp:132:22: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
132 | m_port = new KPluralHandlingSpinBox(main);
| ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
| ^~~~~~~~~~~~~~~~~~~~~~