On 10/29/22 11:44, Icenowy Zheng wrote:
Ah I think this is a C99 feature. Is our C standard baseline high enough to use it?
Yes, we use C2011. See the second line of meson.build: default_options: ... 'c_std=gnu11' r~
On 10/29/22 11:44, Icenowy Zheng wrote:
Ah I think this is a C99 feature. Is our C standard baseline high enough to use it?
Yes, we use C2011. See the second line of meson.build: default_options: ... 'c_std=gnu11' r~