[libsoup/wip/meson: 60/75] Force C89 standard and also turn some minimal warnings on



commit 3b0b5404d75ad56771d595f30d170fe5eace414d
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Nov 16 15:07:54 2017 +0100

    Force C89 standard and also turn some minimal warnings on

 meson.build |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 80d8e55..dcaa8ca 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,8 @@
 project('libsoup', 'c',
         version: '2.60.2',
         meson_version : '>=0.40.1',
-        license : 'LGPL')
+        license : 'LGPL',
+        default_options : ['warning_level=1', 'c_std=c89'])
 
 gnome = import('gnome')
 cc = meson.get_compiler('c')


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