build: set c_std to c11
authorStephan Lachnit <stephanlachnit@debian.org>
Mon, 25 Jul 2022 15:37:32 +0000 (17:37 +0200)
committerStephan Lachnit <stephanlachnit@debian.org>
Mon, 25 Jul 2022 15:37:32 +0000 (17:37 +0200)
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
meson.build

index 3e54b9c..b3e164c 100644 (file)
@@ -24,7 +24,7 @@ project(
   version : '2.4.112',
   license : 'MIT',
   meson_version : '>= 0.53',
-  default_options : ['buildtype=debugoptimized', 'c_std=c99'],
+  default_options : ['buildtype=debugoptimized', 'c_std=c11'],
 )
 
 pkg = import('pkgconfig')