From 514094c364af8095bf94e4b99fb009a05415e1db Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Sun, 12 Nov 2017 13:53:26 -0500 Subject: Suppress warning 4577 (noexcept used with no exception handling mechanism specified) Fixes build errors with latest ANGLE, should allow roll to land. Bug: skia: Change-Id: I44c7b2ed8bf3a8dbfa70a16aed51c45f2c7d5b71 Reviewed-on: https://skia-review.googlesource.com/70461 Commit-Queue: Brian Osman Reviewed-by: Brian Osman --- third_party/angle2/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/angle2') 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" ] } } -- cgit v1.2.3