Task #119404 - added.err
back to task #119404download
Error: COMPILER_WARNING:
qtbase-everywhere-src-6.11.1/examples/widgets/itemviews/addressbook/tablemodel.h:7: included_from: Included from here.
qtbase-everywhere-src-6.11.1/redhat-linux-build/examples/widgets/itemviews/addressbook/addressbook_autogen/EWIEGA46WW/moc_tablemodel.cpp:9: included_from: Included from here.
qtbase-everywhere-src-6.11.1/redhat-linux-build/examples/widgets/itemviews/addressbook/addressbook_autogen/mocs_compilation.cpp:6: included_from: Included from here.
qtbase-everywhere-src-6.11.1/examples/widgets/itemviews/addressbook/contact.h:12:8: warning[-Wsfinae-incomplete=]: defining ‘Contact’, which previously failed to be complete in a SFINAE context
# 12 | struct Contact
# | ^~~~~~~
qtbase-everywhere-src-6.11.1/redhat-linux-build/include/QtCore/qmetatype.h:1: included_from: Included from here.
qtbase-everywhere-src-6.11.1/src/corelib/kernel/qobject.h:19: included_from: Included from here.
qtbase-everywhere-src-6.11.1/redhat-linux-build/include/QtCore/qobject.h:1: included_from: Included from here.
qtbase-everywhere-src-6.11.1/src/widgets/kernel/qwidget.h:10: included_from: Included from here.
qtbase-everywhere-src-6.11.1/redhat-linux-build/include/QtWidgets/qwidget.h:1: included_from: Included from here.
qtbase-everywhere-src-6.11.1/src/widgets/dialogs/qdialog.h:9: included_from: Included from here.
qtbase-everywhere-src-6.11.1/redhat-linux-build/include/QtWidgets/qdialog.h:1: included_from: Included from here.
qtbase-everywhere-src-6.11.1/redhat-linux-build/include/QtWidgets/QDialog:1: included_from: Included from here.
qtbase-everywhere-src-6.11.1/examples/widgets/itemviews/addressbook/adddialog.h:7: included_from: Included from here.
qtbase-everywhere-src-6.11.1/redhat-linux-build/examples/widgets/itemviews/addressbook/addressbook_autogen/EWIEGA46WW/moc_adddialog.cpp:9: included_from: Included from here.
qtbase-everywhere-src-6.11.1/redhat-linux-build/examples/widgets/itemviews/addressbook/addressbook_autogen/mocs_compilation.cpp:2: included_from: Included from here.
qtbase-everywhere-src-6.11.1/src/corelib/kernel/qmetatype.h:344:64: note: here. Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
# 344 | static auto check(U *) -> std::integral_constant<bool, sizeof(U) != 0>;
# | ^~~~~~~~~
# 10|
# 11| //! [0]
# 12|-> struct Contact
# 13| {
# 14| QString name;
Error: COMPILER_WARNING (CWE-457):
qtbase-everywhere-src-6.11.1/src/corelib/time/qdatetimeparser.cpp: scope_hint: In member function ‘QDateTimeParser::StateNode QDateTimeParser::scanString(const QDateTime&, bool) const’
qtbase-everywhere-src-6.11.1/src/corelib/time/qdatetimeparser.cpp:1384:29: warning[-Wmaybe-uninitialized]: ‘zoneOffset’ may be used uninitialized
# 1384 | if (isSet & sn.type && *current != sect.value) {
# | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
qtbase-everywhere-src-6.11.1/src/corelib/time/qdatetimeparser.cpp:1300:13: note: ‘zoneOffset’ was declared here
# 1300 | int zoneOffset; // Needed to serve as *current when setting zone
# | ^~~~~~~~~~
# 1382| << pos << "state is" << stateName(state);
# 1383|
# 1384|-> if (isSet & sn.type && *current != sect.value) {
# 1385| QDTPDEBUG << "CONFLICT " << sn.name() << *current << sect.value;
# 1386| conflicts = true;