Commit 9d43c7f3 by David 'Digit' Turner

Fix Fuchsia build.

The Fuchsia build is very picky about newlines at the end of files and will complain loudly about them. Removing the -Wnewline-eof warning solves the issue.
parent e0932f67
......@@ -167,6 +167,7 @@ source_set("glslang_sources") {
"-Wno-sign-compare",
"-Wno-unused-variable",
"-Wno-missing-field-initializers",
"-Wno-newline-eof",
]
}
if (is_win && !is_clang) {
......
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