Unverified Commit 2b921587 by John Kessenich Committed by GitHub

Merge pull request #1671 from null77/fix-chrome-clang-warning

Suppress inconsistent override warning in GN.
parents d9cee59a 9706106e
...@@ -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