qt6-bb10/tests/auto/network/kernel/qhostaddress
Friedemann Kleint 18a2d9438f tst_qhostaddress: Add braces to initialization of a Q_IPV6ADDR.
Fix warning:

tst_qhostaddress.cpp:319:38: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Q_IPV6ADDR localhostv4mapped = { 0, 0, 0, 0,  0, 0, 0, 0,  0, 0, 255, 255,  127, 0, 0, 1 };
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Change-Id: I9e00300413bfd9ac393c61adf8eb773009ed969d
Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
2015-07-28 13:19:26 +00:00
..
.gitignore
qhostaddress.pro fix usage of wince scope 2015-06-05 10:29:10 +00:00
tst_qhostaddress.cpp tst_qhostaddress: Add braces to initialization of a Q_IPV6ADDR. 2015-07-28 13:19:26 +00:00