Disable -Wno-conversion on MSVC compiler (#2410)
This commit is contained in:
parent
2b77059502
commit
3ce148638b
4
BUILD.gn
4
BUILD.gn
@ -76,7 +76,9 @@ if (!defined(glslang_angle)) {
|
|||||||
|
|
||||||
config("glslang_public") {
|
config("glslang_public") {
|
||||||
include_dirs = [ "." ]
|
include_dirs = [ "." ]
|
||||||
cflags = [ "-Wno-conversion" ]
|
if (!is_win || is_clang) {
|
||||||
|
cflags = [ "-Wno-conversion" ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
config("glslang_hlsl") {
|
config("glslang_hlsl") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user