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 <brianosman@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
24e4cc7087
commit
514094c364
3
third_party/angle2/BUILD.gn
vendored
3
third_party/angle2/BUILD.gn
vendored
@ -60,6 +60,9 @@ config("common") {
|
||||
"GL_APICALL=",
|
||||
"EGLAPI=",
|
||||
]
|
||||
|
||||
# Allow noexcept, even though we build without exceptions
|
||||
cflags_cc += [ "/wd4577" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user