[devhelp/repo-cleanup] build: Quiet the introspection scanner



commit 34bb4b5230edd6288568f55c6aafbbdadf614157
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]