[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/+/429054
Reviewed-by: Petr Hosek <phosek@google.com>

Co-authored-by: Shai Barack <shayba@google.com>
This commit is contained in:
craig stout 2020-09-26 13:02:33 -04:00 committed by GitHub
parent bacaef3237
commit 1815d86a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@ if (!defined(glslang_angle)) {
config("glslang_public") {
include_dirs = [ "." ]
cflags = [ "-Wno-conversion" ]
}
config("glslang_hlsl") {