mirror of https://github.com/qt/qtbase.git
tests/auto/corelib/text/qbytearrayapisymmetry/tst_qbytearrayapisymmetry.cpp:1174:80: warning: overflow in expression; result is -9223372036854775808 with type 'long long' [-Winteger-overflow] const qlonglong longMaxPlusOne = static_cast<qlonglong>(Bounds::max()) + 1; tests/auto/corelib/text/qbytearrayapisymmetry/tst_qbytearrayapisymmetry.cpp:1175:81: warning: overflow in expression; result is 9223372036854775807 with type 'long long' [-Winteger-overflow] const qlonglong longMinMinusOne = static_cast<qlonglong>(Bounds::min()) - 1; I usually build with GCC, but building with Clang for clazy-standalone, so I saw these two warnings 500+ times, enough already. :) Change-Id: Idd86af568ffe89ae49b2a3f9bbeedf312de5e631 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> |
||
---|---|---|
.github/workflows | ||
LICENSES | ||
bin | ||
cmake | ||
coin | ||
config.tests | ||
dist | ||
doc | ||
examples | ||
lib | ||
libexec | ||
mkspecs | ||
qmake | ||
src | ||
tests | ||
util | ||
.cmake.conf | ||
.gitattributes | ||
.gitignore | ||
.lgtm.yml | ||
.tag | ||
CMakeLists.txt | ||
conanfile.py | ||
config_help.txt | ||
configure | ||
configure.bat | ||
configure.cmake | ||
dependencies.yaml | ||
qt_cmdline.cmake | ||
sync.profile |