Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.2
-
None
-
-
f11bc388508359b070320866eab4c917cb4c4739
Description
Steps to reproduce
- open VS2019 x64 tools command
- git clone qt/qt5.git - Qt5 super module F:\gitP\qt\qt6\build_x86
- set CL=/D_CRT_DECLARE_NONSTDC_NAMES %CL%
- ..\configure -developer-build -release -confirm-license -opensource -nomake tests 2>&1
- cmake --build . --parallel --verbose 2>&1
Error info:
F:\gitP\qt\qt6\build_x86\qtbase\include\QtCore\6.3.0\QtCore\private\../../../../../../../qtbase/src/corelib/tools/qoffsetstringarray_p.h(111): error C2220: the following warning is treated as an error F:\gitP\qt\qt6\build_x86\qtbase\include\QtCore\6.3.0\QtCore\private\../../../../../../../qtbase/src/corelib/tools/qoffsetstringarray_p.h(111): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data with [ _Ty=MinifiedOffsetType ]