From d1ec4105f71744d5966ef0eb2fbf5eddaf921fde Mon Sep 17 00:00:00 2001 From: Chris Dalton Date: Mon, 4 Dec 2017 13:31:21 -0700 Subject: Fix ANGLE build with extended clang warnings Add newline-eof to the list of ignroed warnings. Fix shadowed fields. Bug: skia: Change-Id: I4985ce2495194a7f805af98c4f42c44691086e36 Reviewed-on: https://skia-review.googlesource.com/79681 Commit-Queue: Chris Dalton Reviewed-by: Mike Klein --- gn/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'gn/BUILD.gn') diff --git a/gn/BUILD.gn b/gn/BUILD.gn index 57cb5dac26..7791c1b999 100644 --- a/gn/BUILD.gn +++ b/gn/BUILD.gn @@ -369,6 +369,7 @@ config("warnings") { "-Wno-missing-noreturn", "-Wno-old-style-cast", "-Wno-padded", + "-Wno-newline-eof", ] cflags_cc += [ "-Wno-c++98-compat", -- cgit v1.2.3