summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-02-09 07:10:02 +0100
committerThomas Haller <thaller@redhat.com>2019-02-09 07:14:32 +0100
commit167142c38e3e6cbfa33d656ad1eb18f2ff066895 (patch)
treec1df79f86a56269722c899963a961a904b6d624d
parent557271fa6a86ce0ca878040e4bea6a2c64f891d2 (diff)
downloadNetworkManager-167142c38e3e6cbfa33d656ad1eb18f2ff066895.tar.gz
build/meson: build with c_std=gnu11
For autotools, we already updated to C11 (gnu11) with commit 066357aa4766315fe9b9ed83f6cf16d9b87c6944 ("build: bump C standard to (gcc's) C11").
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 735591e587..19926aeb12 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project(
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',
- 'c_std=gnu99',
+ 'c_std=gnu11',
],
meson_version: '>= 0.44.0',
)