Skip to content

Commit 1815d86

Browse files
cdotstoutshaybarak
andauthored
[Wconversion] Suppress glslang issue (KhronosGroup#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 <[email protected]> Co-authored-by: Shai Barack <[email protected]>
1 parent bacaef3 commit 1815d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ if (!defined(glslang_angle)) {
7676

7777
config("glslang_public") {
7878
include_dirs = [ "." ]
79+
cflags = [ "-Wno-conversion" ]
7980
}
8081

8182
config("glslang_hlsl") {

0 commit comments

Comments
 (0)