diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -43,6 +43,11 @@ config("vulkan_headers_config") { if (defined(is_ggp) && is_ggp) { defines += [ "VK_USE_PLATFORM_GGP" ] } + if (is_clang) { + cflags = [ + "-Wno-redundant-parens", + ] + } } # Vulkan headers only, no compiled sources. |