mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 13:08:05 +00:00
Ignore warnings on generated glue code
This commit is contained in:
parent
37da53cca9
commit
8e50c7068d
|
@ -149,6 +149,7 @@ gluegen = custom_target('gtkgluegen',
|
||||||
|
|
||||||
library('gtksharpglue-3', gluegen,
|
library('gtksharpglue-3', gluegen,
|
||||||
dependencies: [glib_dep, gio_dep, atk_dep, gdk_dep, gtk_dep],
|
dependencies: [glib_dep, gio_dep, atk_dep, gdk_dep, gtk_dep],
|
||||||
|
c_args: ['-Wno-error=discarded-qualifiers'],
|
||||||
install: install)
|
install: install)
|
||||||
|
|
||||||
nuget_infos += [['GtkSharp', gtk_sharp, ['GlibSharp', 'GioSharp',
|
nuget_infos += [['GtkSharp', gtk_sharp, ['GlibSharp', 'GioSharp',
|
||||||
|
|
Loading…
Reference in a new issue