Commit 9706106e by Jamie Madill

Suppress inconsistent override warning in GN.

This came up when trying to roll the new glslang into Chromium. ANGLE bug: 3088
parent d9cee59a
...@@ -143,6 +143,7 @@ source_set("glslang_sources") { ...@@ -143,6 +143,7 @@ source_set("glslang_sources") {
cflags_cc = [ cflags_cc = [
"-Wno-ignored-qualifiers", "-Wno-ignored-qualifiers",
"-Wno-implicit-fallthrough", "-Wno-implicit-fallthrough",
"-Wno-inconsistent-missing-override",
"-Wno-sign-compare", "-Wno-sign-compare",
"-Wno-unused-variable", "-Wno-unused-variable",
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment