qt6-bb10/src/network
Friedemann Kleint e21d1d3856 QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64
Fix warnings about invalid function type casts (return types
conflicting with the FARPROC returned by GetProcAddress()) like:
corelib\global\qoperatingsystemversion_win.cpp💯48: error: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'RtlGetVersionFunction' {aka 'long int (*)(_OSVERSIONINFOW*)'} [-Werror=cast-function-type]
io\qlockfile_win.cpp:158:85: error: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'GetModuleFileNameExFunc' {aka 'long unsigned int (*)(void*, HINSTANCE__*, wchar_t*, long unsigned int)'} [-Werror=cast-function-type]

by introducing nested casts.

Task-number: QTBUG-68742
Task-number: QTQAINFRA-2095
Change-Id: I3a5d2ea901bf5dc35963c589d61cf3dc7393377a
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2018-06-25 14:56:19 +00:00
..
access Do not build SPDY support if SSL is disabled 2018-06-25 08:37:18 +00:00
bearer Merge remote-tracking branch 'origin/5.10' into dev 2018-01-02 09:58:44 +01:00
doc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
kernel QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64 2018-06-25 14:56:19 +00:00
socket QNativeSocketEnginePrivate (win) read sender's port and address 2018-06-14 09:10:09 +00:00
ssl QtNetwork/SSL: Fix build with MinGW/g++ 8.1 x64 2018-06-22 08:10:30 +00:00
configure.json Fix configure.json (OpenSSL 1.1 on Windows) 2018-02-16 13:56:01 +00:00
configure.pri configure: make library sources fail more verbosely 2016-12-30 10:25:38 +00:00
network.pro Merge remote-tracking branch 'origin/5.10' into 5.11 2018-02-15 10:14:11 +01:00