Skip to content

meson.build: require gnu99

Set c_std to gnu99 because:

  • C89 does not support loop initial declarations
  • ISO C gives expansion errors in DLCALL

Set cpp_std to none because:

  • The oldest c++98 is still supported

Signed-off-by: Thomas Devoogdt thomas@devoogdt.com

Merge request reports