[json-glib: 1/11] build: Require C99



commit 79fc8dfb33561bf851405c3b371fc89f5272ceee
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Jul 10 10:19:58 2017 +0100

    build: Require C99
    
    It's time to use a 18 years old standard. All compilers on all platforms
    we support or care about also support it.

 meson.build |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meson.build b/meson.build
index 8c6d176..6a272ee 100644
--- a/meson.build
+++ b/meson.build
@@ -3,6 +3,7 @@ project('json-glib', 'c', version: '1.3.1',
         default_options: [
           'warning_level=1',
           'buildtype=debugoptimized',
+          'c_std=c99',
         ],
         meson_version: '>= 0.40.1')
 


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