From 3599b84ad228172853f08ad8b16d447c6823e878 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 13 Feb 2022 11:11:46 +0100 Subject: [PATCH] Update meson c standard --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6ccbb95..50d7809 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project('tio', 'c', version : '1.33', license : [ 'GPL-2'], meson_version : '>= 0.53.2', - default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu17' ] + default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ] ) # The tag date of the project_version(), update when the version bumps.