[libgweather/ebassi/gtk4: 19/56] build: Default to C99 with GNU extensions
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/ebassi/gtk4: 19/56] build: Default to C99 with GNU extensions
- Date: Wed, 13 Oct 2021 12:02:14 +0000 (UTC)
commit e9154b2236e852ee1ea49e8d5030b79dad234cf9
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sun Oct 10 16:41:03 2021 +0100
build: Default to C99 with GNU extensions
It's 2021, there's no point in sticking with a C89 baseline.
meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index f2edb8a2..fdc84882 100644
--- a/meson.build
+++ b/meson.build
@@ -4,6 +4,7 @@ project('libgweather', 'c',
default_options: [
'warning_level=2',
'buildtype=debugoptimized',
+ 'c_std=gnu99',
],
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]