Go to file
Shawn Rutledge 64967461ee QVulkanWindow: fix fatal warning on Clang 4
qtbase/src/gui/vulkan/qvulkanwindow.cpp:1882:42: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
        VkClearColorValue clearColor = { 0.0f, 0.0f, 0.0f, 1.0f };
                                         ^~~~~~~~~~~~~~~~~~~~~~
                                         {                     }
1 error generated.

VkClearColorValue is a union, so it wants to be clear that we are
initializing only one of the union's members, apparently.
(Even though initing more than one wouldn't make sense.)

Change-Id: Id4afa3ddc1b4ce7e24e681fb93c0ee9083c41e08
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2017-05-03 14:04:49 +00:00
bin don't try to timestamp injected qvulkanfunctions.h 2017-03-22 15:49:19 +00:00
config.tests QFileDevice/QFileInfo: Add fileTime() and setFileTime() 2017-04-27 18:44:15 +00:00
dist
doc Merge remote-tracking branch 'origin/5.9' into dev 2017-04-20 12:31:27 +02:00
examples Merge remote-tracking branch 'origin/5.9' into dev 2017-04-20 12:31:27 +02:00
lib
mkspecs Add a spec for the Asus Tinkerboard 2017-04-28 17:35:03 +00:00
qmake QUuid: add fromString(QStringView/QLatin1String) 2017-04-20 17:02:44 +00:00
src QVulkanWindow: fix fatal warning on Clang 4 2017-05-03 14:04:49 +00:00
tests Add a few std::move in functions accepting slots 2017-04-29 08:24:24 +00:00
util EDID parser library 2017-05-02 09:11:56 +00:00
.gitattributes
.gitignore Overhaul .gitignore 2017-02-16 15:11:05 +00:00
.qmake.conf Bump version 2017-02-03 12:01:58 +00:00
.tag
config_help.txt Merge remote-tracking branch 'origin/5.8' into 5.9 2017-02-24 20:01:42 +01:00
configure
configure.bat
configure.json Merge remote-tracking branch 'origin/5.9' into dev 2017-04-07 10:24:33 +02:00
configure.pri Make build ABI available as qmake variable 2017-03-28 06:51:42 +00:00
header.BSD
header.BSD-OLD
header.COMM
header.FDL
header.FDL-OLD
header.GPL
header.GPL-EXCEPT
header.LGPL
header.LGPL3
header.LGPL3-COMM
header.LGPL21
header.LGPL-NOGPL2
header.LGPL-ONLY
INSTALL
LGPL_EXCEPTION.txt
LICENSE.FDL
LICENSE.GPL2
LICENSE.GPL3
LICENSE.GPL3-EXCEPT
LICENSE.GPLv3
LICENSE.LGPL3
LICENSE.LGPLv3
LICENSE.LGPLv21
LICENSE.PREVIEW.COMMERCIAL
qtbase.pro
sync.profile EDID parser library 2017-05-02 09:11:56 +00:00