Commit 1a1651c6 by Jamie Madill

Disable Clang extra semicolon warning.

Usually this warning is disabled by default. But when turned on Clang complains about extra semicolons in Glslang headers. Turn this off for now. See http://crbug.com/926235
parent 8dff5250
......@@ -141,6 +141,7 @@ source_set("glslang_sources") {
if (is_clang) {
cflags_cc = [
"-Wno-extra-semi",
"-Wno-ignored-qualifiers",
"-Wno-implicit-fallthrough",
"-Wno-inconsistent-missing-override",
......
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