summaryrefslogtreecommitdiff
path: root/build-host.sh
diff options
context:
space:
mode:
authorKaiyi Li <kaiyili@google.com>2021-02-07 10:26:13 -0800
committerKaiyi Li <kaiyili@google.com>2021-02-09 08:48:07 -0800
commit1f6758c4fa07fee8ece736eadd59cc311c435df4 (patch)
tree7b7d2ea27487a6b137951e0039af1bd8834faec5 /build-host.sh
parent9b3a0d8a960dc9f4926f64d897e4ee18b41362dc (diff)
downloadvulkan-cereal-1f6758c4fa07fee8ece736eadd59cc311c435df4.tar.gz
Fix building warnings on Windows
Massively reduce the compile warning on Windows. There should be only 7 warnings I am not sure how to handle. * 5 warnings are in third_party * 1 warning is related to our mixed use of C11 and C++ in gfxstream-generic-apigen which makes clang complain that the '/std:c++17' compiler argument is not used. * 1 warning in VkDecoder.cpp. ppObjectTableEntries is used uninitialized. This file is generated, and I am not familiar with the codegen enough to fix this warning. In addition, this fix seems to fix the frame ordering issue for me with host native Vulkan swapchain. Test: build on Windows, see only 7 warnings Change-Id: I45f10d3bacc16df6924610ef84bf42b3ca885111
Diffstat (limited to 'build-host.sh')
0 files changed, 0 insertions, 0 deletions