From 92d32c45a77eb9b7e8002c2929cd1db7272dea73 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 25 Mar 2015 13:43:50 +0300 Subject: modules/gnome: enable warnings for g-ir-scanner without warnings - scanner not useful for developer Signed-off-by: Igor Gnatenko --- modules/gnome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gnome.py b/modules/gnome.py index 80fef7c7f..11c1cc3f9 100644 --- a/modules/gnome.py +++ b/modules/gnome.py @@ -57,7 +57,7 @@ class GnomeModule: girfile = '%s-%s.gir' % (ns, nsversion) scan_command = ['g-ir-scanner', '@INPUT@'] scan_command += pkgargs - scan_command += ['--namespace='+ns, '--nsversion=' + nsversion, + scan_command += ['--namespace='+ns, '--nsversion=' + nsversion, '--warn-all', '--output', '@OUTPUT@'] if 'includes' in kwargs: includes = kwargs.pop('includes') -- cgit v1.2.3