lib/gtk: ignore deprecated warnings
[nit.git] / lib / gtk / v3_4 / gtk_core.nit
index 64b7b49..475c684 100644 (file)
 # limitations under the License.
 
 # Classes and services to use libGTK widgets
-module gtk_core is pkgconfig("gtk+-3.0")
+module gtk_core is
+       pkgconfig "gtk+-3.0"
+       cflags "-Wno-deprecated-declarations"
+end
 
 import gtk_enums
 import gdk_enums