From e562f413ea3877842cbb8bc8711053ab06c9d9d9 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Fri, 8 Dec 2017 11:33:52 -0500 Subject: Update Windows clang asset For reference, the version number is pulled from: chromium/src/third_party/llvm-build/cr_build_revision This version of clang includes fixes for bugs in the latest Windows 10 SDK headers. Bug: skia: Change-Id: Ieee6eb2dff2f98a2340a8433135b6c3f916c0577 Reviewed-on: https://skia-review.googlesource.com/82721 Commit-Queue: Brian Osman Reviewed-by: Brian Salomon Reviewed-by: Eric Boren --- third_party/angle2/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'third_party/angle2') 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" ] + } } } -- cgit v1.2.3