X-Git-Url: http://nitlanguage.org diff --git a/lib/gtk/v3_4/gtk_core.nit b/lib/gtk/v3_4/gtk_core.nit index 64b7b49..475c684 100644 --- a/lib/gtk/v3_4/gtk_core.nit +++ b/lib/gtk/v3_4/gtk_core.nit @@ -16,7 +16,10 @@ # 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