aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/angle2
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/angle2')
-rw-r--r--third_party/angle2/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/angle2/BUILD.gn b/third_party/angle2/BUILD.gn
index c540bfa669..cb780c238d 100644
--- a/third_party/angle2/BUILD.gn
+++ b/third_party/angle2/BUILD.gn
@@ -63,6 +63,10 @@ config("common") {
# Allow noexcept, even though we build without exceptions
cflags_cc += [ "/wd4577" ]
+ if (is_clang) {
+ # utilities.cpp includes an 'unsigned long' <= UINT_MAX check
+ cflags_cc += [ "-Wno-tautological-constant-compare" ]
+ }
}
}