[libsoup/wip/meson: 38/38] Force C89 standard and also turn some minimal warnings on
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/meson: 38/38] Force C89 standard and also turn some minimal warnings on
- Date: Thu, 16 Nov 2017 15:17:35 +0000 (UTC)
commit 9434624ebe18933a25d32df05efbe9796f47e5ae
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]