mirror of https://github.com/mpv-player/mpv
video/out/gpu/spirv: fix warning: zero size arrays are an extension
This commit is contained in:
parent
18bd03d31a
commit
59f23f5c29
|
@ -16,6 +16,7 @@ static const struct spirv_compiler_fns *compilers[] = {
|
|||
#if HAVE_SHADERC
|
||||
[SPIRV_SHADERC] = &spirv_shaderc,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
static const struct m_opt_choice_alternatives compiler_choices[] = {
|
||||
|
|
Loading…
Reference in New Issue