Unverified Commit 1815d86a by craig stout Committed by GitHub

[Wconversion] Suppress glslang issue (#2404)

The glslang public includes dir contains headers with implicit conversion issues. Add -Wno-conversion to glslang's public config. Bug: 60140 Bug: 58162 Change-Id: Iec27cb4242e9fdceddd6a3e02044a0bccfa0ce36 Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/glslang/+/429054Reviewed-by: 's avatarPetr Hosek <phosek@google.com> Co-authored-by: 's avatarShai Barack <shayba@google.com>
parent bacaef32
...@@ -76,6 +76,7 @@ if (!defined(glslang_angle)) { ...@@ -76,6 +76,7 @@ if (!defined(glslang_angle)) {
config("glslang_public") { config("glslang_public") {
include_dirs = [ "." ] include_dirs = [ "." ]
cflags = [ "-Wno-conversion" ]
} }
config("glslang_hlsl") { config("glslang_hlsl") {
......
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