sample:gtk: Ignore usage of obselete symbols

This commit is contained in:
Thibault Saunier 2017-10-04 10:39:53 -03:00
parent 3fdb4f47f1
commit c88946e213

View file

@ -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']
)