Task #119404 - fixed.err

back to task #119404
download
Error: SHELLCHECK_WARNING (CWE-569):
/usr/lib64/qt6/bin/qt-configure-module:76:5: warning[SC2188]: This redirection doesn't have a command. Move to its command (or use 'true' as no-op).
#   74|   fresh_requested_arg=
#   75|   if [ -z "$optfile" ]; then   # only write optfile if not currently redoing
#   76|->     > "$opttmpfilepath"
#   77|       > "$redotmpfilepath"
#   78|   

Error: SHELLCHECK_WARNING (CWE-569):
/usr/lib64/qt6/bin/qt-configure-module:86:5: warning[SC2188]: This redirection doesn't have a command. Move to its command (or use 'true' as no-op).
#   84|   else
#   85|       # Rewriting config.opt into config.opt.in anyway. Allows for direct manipulation of config.opt
#   86|->     > "$opttmpfilepath"
#   87|       for arg in `cat $optfile`; do echo \"$arg\" >> "$opttmpfilepath"; done
#   88|   

Error: COMPILER_WARNING:
qtbase-everywhere-src-6.10.2/redhat-linux-build/include/QtCore/qregularexpression.h:1: included_from: Included from here.
qtbase-everywhere-src-6.10.2/src/corelib/io/qdir.cpp:17: included_from: Included from here.
qtbase-everywhere-src-6.10.2/src/corelib/text/qregularexpression.h:31:21: warning[-Wsfinae-incomplete=]: defining ‘QRegularExpression’, which previously failed to be complete in a SFINAE context
#   31 | class Q_CORE_EXPORT QRegularExpression
#      |                     ^~~~~~~~~~~~~~~~~~
/usr/include/c++/16/unordered_map:44: included_from: Included from here.
/usr/include/c++/16/functional:80: included_from: Included from here.
qtbase-everywhere-src-6.10.2/src/corelib/global/qcomparehelpers.h:28: included_from: Included from here.
qtbase-everywhere-src-6.10.2/redhat-linux-build/include/QtCore/qcomparehelpers.h:1: included_from: Included from here.
qtbase-everywhere-src-6.10.2/src/corelib/global/qcompare.h:639: included_from: Included from here.
qtbase-everywhere-src-6.10.2/redhat-linux-build/include/QtCore/qcompare.h:1: included_from: Included from here.
qtbase-everywhere-src-6.10.2/src/corelib/io/qdir.h:8: included_from: Included from here.
qtbase-everywhere-src-6.10.2/src/corelib/io/qdir.cpp:6: included_from: Included from here.
/usr/include/c++/16/bits/range_access.h:325:24: note: here.  Use ‘-Wsfinae-incomplete=2’ for a diagnostic at that point
#  325 |     -> decltype(__cont.data())
#      |                 ~~~~~~~^~~~
#   29|   Q_CORE_EXPORT size_t qHash(const QRegularExpression &key, size_t seed = 0) noexcept;
#   30|   
#   31|-> class Q_CORE_EXPORT QRegularExpression
#   32|   {
#   33|   public:

Error: COMPILER_WARNING (CWE-457):
qtbase-everywhere-src-6.10.2/src/corelib/time/qdatetimeparser.cpp: scope_hint: In member function ‘QDateTimeParser::StateNode QDateTimeParser::scanString(const QDateTime&, bool) const’
qtbase-everywhere-src-6.10.2/src/corelib/time/qdatetimeparser.cpp:1325:21: warning[-Wmaybe-uninitialized]: ‘zoneOffset’ may be used uninitialized
# 1325 |             current = &zoneOffset;
#      |             ~~~~~~~~^~~~~~~~~~~~~
qtbase-everywhere-src-6.10.2/src/corelib/time/qdatetimeparser.cpp:1295:13: note: ‘zoneOffset’ declared here
# 1295 |         int zoneOffset; // Needed to serve as *current when setting zone
#      |             ^~~~~~~~~~
# 1323|           switch (sn.type) {
# 1324|           case TimeZoneSection:
# 1325|->             current = &zoneOffset;
# 1326|               if (sect.used > 0) {
# 1327|                   // Synchronize with what findTimeZone() found: