@@ -59,13 +59,13 @@ action("glslang_build_info") {
59
59
script ,
60
60
template_file ,
61
61
]
62
- outputs = [
63
- out_file
64
- ]
62
+ outputs = [ out_file ]
65
63
args = [
66
64
rebase_path (src_dir , root_build_dir ),
67
- " -i" , rebase_path (template_file , root_build_dir ),
68
- " -o" , rebase_path (out_file , root_build_dir ),
65
+ " -i" ,
66
+ rebase_path (template_file , root_build_dir ),
67
+ " -o" ,
68
+ rebase_path (out_file , root_build_dir ),
69
69
]
70
70
}
71
71
@@ -228,10 +228,12 @@ template("glslang_sources_common") {
228
228
" -Wno-ignored-qualifiers" ,
229
229
" -Wno-implicit-fallthrough" ,
230
230
" -Wno-inconsistent-missing-override" ,
231
- " -Wno-sign-compare" ,
232
- " -Wno-unused-variable" ,
233
231
" -Wno-missing-field-initializers" ,
234
232
" -Wno-newline-eof" ,
233
+ " -Wno-sign-compare" ,
234
+ " -Wno-suggest-destructor-override" ,
235
+ " -Wno-suggest-override" ,
236
+ " -Wno-unused-variable" ,
235
237
]
236
238
}
237
239
if (is_win && ! is_clang ) {
@@ -291,9 +293,9 @@ executable("glslang_validator") {
291
293
}
292
294
defines = [ " ENABLE_OPT=1" ]
293
295
deps = [
296
+ " :glslang_build_info" ,
294
297
" :glslang_default_resource_limits_sources" ,
295
298
" :glslang_sources" ,
296
- " :glslang_build_info" ,
297
299
]
298
300
public_configs = [ " :glslang_hlsl" ]
299
301
0 commit comments