From 75f72a8f3450f1f8926500cce3167e2509438f3a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 1 Aug 2023 19:07:03 +0200 Subject: [PATCH] meson.build: switch back to c11 for _Static_assert --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c1be7e843..4ee19e9ac 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'libsqsh', ['c'], default_options: [ - 'c_std=c99', + 'c_std=c11', 'optimization=0', 'warning_level=3', ],