From 9706106ecd7c366ea0fe3ac129407fcd0925718b Mon Sep 17 00:00:00 2001 From: Jamie Madill Date: Wed, 23 Jan 2019 18:56:43 -0500 Subject: [PATCH] Suppress inconsistent override warning in GN. This came up when trying to roll the new glslang into Chromium. ANGLE bug: 3088 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index ad19bc2..a657fa2 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -143,6 +143,7 @@ source_set("glslang_sources") { cflags_cc = [ "-Wno-ignored-qualifiers", "-Wno-implicit-fallthrough", + "-Wno-inconsistent-missing-override", "-Wno-sign-compare", "-Wno-unused-variable", ] -- 2.7.4