[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:
parent
bacaef3237
commit
1815d86a22
1 changed files with 1 additions and 0 deletions
1
BUILD.gn
1
BUILD.gn
|
|
@ -76,6 +76,7 @@ if (!defined(glslang_angle)) {
|
|||
|
||||
config("glslang_public") {
|
||||
include_dirs = [ "." ]
|
||||
cflags = [ "-Wno-conversion" ]
|
||||
}
|
||||
|
||||
config("glslang_hlsl") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue