Skip to content

rts: Eliminate uses of implicit constant arrays

Ben Gamari requested to merge wip/T26502 into master

Folding of const-sized variable-length arrays to a constant-length array is a gnu extension which clang complains about.

Closes #26502 (closed).

Merge request reports

Loading