aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/gnome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gnome.py b/modules/gnome.py
index 80fef7c..11c1cc3 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')