Ignore warnings on generated glue code
This commit is contained in:
parent
37da53cca9
commit
8e50c7068d
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue