[devhelp/repo-cleanup: 13/14] build: Quiet the introspection scanner
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/repo-cleanup: 13/14] build: Quiet the introspection scanner
- Date: Mon, 12 Apr 2021 22:41:09 +0000 (UTC)
commit c8cbe1c410585e9d24147a9df57c405098975050
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Apr 12 23:32:18 2021 +0100
build: Quiet the introspection scanner
We only want the warnings.
devhelp/meson.build | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/devhelp/meson.build b/devhelp/meson.build
index cae9bcca..eef055e7 100644
--- a/devhelp/meson.build
+++ b/devhelp/meson.build
@@ -134,5 +134,9 @@ GNOME.generate_gir(
libdevhelp_public_headers,
libdevhelp_public_c_files,
libdevhelp_enum_types
- ]
+ ],
+ extra_args: [
+ '--warn-all',
+ '--quiet',
+ ],
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]