On Mon, Nov 18, 2024 at 08:45:03AM +0100, Patrick Steinhardt wrote: > Both of the patches look obviously good to me. I was a bit surprised > that this is required in the first place as I thought we were passing > `-std=gnu99` to our compilers, but that is not the case with our current > Makefile. So I must have been misremembering. We do for DEVELOPER=1 mode, but it wouldn't make sense to pass something unportable like "gnu99" for the general case. -Peff