aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5aea8d6..2203257 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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.