[glib-networking/c99: 7/7] meson: use c std c99
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/c99: 7/7] meson: use c std c99
- Date: Sun, 29 Sep 2019 10:53:22 +0000 (UTC)
commit e4e1a00e2dc4ca94301750ccbc6f605906e2a85e
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Thu Sep 26 16:12:05 2019 +0200
meson: use c std c99
c11 is not supported on centos 6 nor on Visual Studio which
does not even fully supports c99
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index d07d7fa..eac24fd 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
version: '2.62.0',
license: 'LGPL2.1+',
meson_version: '>= 0.50.0',
- default_options: ['c_std=c11']
+ default_options: ['c_std=c99']
)
prefix = get_option('prefix')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]