sample:gtk: Ignore usage of obselete symbols
This commit is contained in:
parent
3fdb4f47f1
commit
c88946e213
1 changed files with 1 additions and 1 deletions
|
@ -50,5 +50,5 @@ executable('GtkDemo',
|
||||||
'DemoPrinting.cs',
|
'DemoPrinting.cs',
|
||||||
link_with: [glib_sharp, gio_sharp, cairo_sharp, pango_sharp,
|
link_with: [glib_sharp, gio_sharp, cairo_sharp, pango_sharp,
|
||||||
atk_sharp, gdk_sharp, gtk_sharp],
|
atk_sharp, gdk_sharp, gtk_sharp],
|
||||||
cs_args: resource_flags
|
cs_args: resource_flags + ['-nowarn:0612']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue