Skip to content

Use C initializer list to populate constant arrays

In C, if the initializer list is shorter than the arrary, then the array is filled with last value in the initializer list.

Merge request reports