Skip to content

nir: Don't use empty initializer list in lower_io_arrays

Jan Zielinski requested to merge jzielins/mesa:fix-msvc-compilation into master

Using empty initializer list in C code causes compilation issues with MSVC. gcc and clang display warnings (if the warning level is high enough), but do not fail the build. MSVC does.

Fixes: ee2050b1

Edited by Jan Zielinski

Merge request reports

Loading