[libgweather/ebassi/gtk4: 8/28] build: Make introspection errors fatal on request
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/ebassi/gtk4: 8/28] build: Make introspection errors fatal on request
- Date: Mon, 11 Oct 2021 14:26:19 +0000 (UTC)
commit 09629a7b2adf271f837b89d23644b9801cb61982
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Oct 7 12:58:20 2021 +0100
build: Make introspection errors fatal on request
When building with `--werror` we also want introspection warnings to be
fatal to the build.
libgweather/meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/libgweather/meson.build b/libgweather/meson.build
index 43217f52..8199c773 100644
--- a/libgweather/meson.build
+++ b/libgweather/meson.build
@@ -89,6 +89,7 @@ gweather_gir = gnome.generate_gir(lib_libgweather,
'--quiet',
'-DGWEATHER_COMPILATION',
],
+ fatal_warnings: get_option('werror'),
install: true,
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]