qt6-bb10/src/network
Thiago Macieira 264d814773 Fix GCC warning about dereferencing type-punned pointers
GCC is wrong. Type-punning is when you read something of a given
type as something else. We're not doing that, as it's only read
as integer.

 qnativesocketengine_unix.cpp:1011:79: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]

Too bad my plan for a good C++ solution was foiled by glibc
developers.

Change-Id: I27b55fdf514247549455fffd14b1a27667745e94
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2017-04-06 04:14:58 +00:00
..
access QNetworkRequest - do not set ManualRedirectPolicy 2017-04-04 16:42:10 +00:00
bearer Merge remote-tracking branch 'origin/5.8' into 5.9 2017-02-16 21:51:11 +01:00
doc Replace outdated BSD license text 2017-03-03 07:26:11 +00:00
kernel Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
socket Fix GCC warning about dereferencing type-punned pointers 2017-04-06 04:14:58 +00:00
ssl Allow Secure Transport backend to use a temporary keychain 2017-04-04 10:44:29 +00:00
configure.json configure: generalize command line overrides of library parameters 2017-02-22 07:46:25 +00:00
configure.pri configure: make library sources fail more verbosely 2016-12-30 10:25:38 +00:00
network.pro Android: Bearer jar shouldn't be a dependency if disabled 2017-03-17 19:25:43 +00:00