mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-31 23:25:43 +00:00
sample:gtk: Ignore usage of obselete symbols
This commit is contained in:
parent
3fdb4f47f1
commit
c88946e213
|
@ -50,5 +50,5 @@ executable('GtkDemo',
|
|||
'DemoPrinting.cs',
|
||||
link_with: [glib_sharp, gio_sharp, cairo_sharp, pango_sharp,
|
||||
atk_sharp, gdk_sharp, gtk_sharp],
|
||||
cs_args: resource_flags
|
||||
cs_args: resource_flags + ['-nowarn:0612']
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue