Ignore warnings on generated glue code

This commit is contained in:
Thibault Saunier 2017-09-06 12:41:00 -03:00
parent 37da53cca9
commit 8e50c7068d

View file

@ -149,6 +149,7 @@ gluegen = custom_target('gtkgluegen',
library('gtksharpglue-3', gluegen,
dependencies: [glib_dep, gio_dep, atk_dep, gdk_dep, gtk_dep],
c_args: ['-Wno-error=discarded-qualifiers'],
install: install)
nuget_infos += [['GtkSharp', gtk_sharp, ['GlibSharp', 'GioSharp',