Unverified Commit 32651b86 by John Kessenich Committed by GitHub

Merge pull request #1683 from null77/disable-extra-semi

Disable Clang extra semicolon warning.
parents c9e03360 1a1651c6
...@@ -141,6 +141,7 @@ source_set("glslang_sources") { ...@@ -141,6 +141,7 @@ source_set("glslang_sources") {
if (is_clang) { if (is_clang) {
cflags_cc = [ cflags_cc = [
"-Wno-extra-semi",
"-Wno-ignored-qualifiers", "-Wno-ignored-qualifiers",
"-Wno-implicit-fallthrough", "-Wno-implicit-fallthrough",
"-Wno-inconsistent-missing-override", "-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