[libgweather/ebassi/gtk4: 19/56] build: Default to C99 with GNU extensions




commit e9154b2236e852ee1ea49e8d5030b79dad234cf9
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Oct 10 16:41:03 2021 +0100

    build: Default to C99 with GNU extensions
    
    It's 2021, there's no point in sticking with a C89 baseline.

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index f2edb8a2..fdc84882 100644
--- a/meson.build
+++ b/meson.build
@@ -4,6 +4,7 @@ project('libgweather', 'c',
   default_options: [
     'warning_level=2',
     'buildtype=debugoptimized',
+    'c_std=gnu99',
   ],
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]