aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/angle2/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/angle2/BUILD.gn')
-rw-r--r--third_party/angle2/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/angle2/BUILD.gn b/third_party/angle2/BUILD.gn
index 88bad29434..c540bfa669 100644
--- a/third_party/angle2/BUILD.gn
+++ b/third_party/angle2/BUILD.gn
@@ -60,6 +60,9 @@ config("common") {
"GL_APICALL=",
"EGLAPI=",
]
+
+ # Allow noexcept, even though we build without exceptions
+ cflags_cc += [ "/wd4577" ]
}
}