From 35203978ba650e624f3e06f4436eaf6d8f04da1f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 29 Jul 2019 18:45:12 +0100 Subject: tests: Disable deprecation warnings for GTimeVal --- tests/pixbuf-area-updated.c | 1 + tests/pixbuf-gif.c | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/pixbuf-area-updated.c b/tests/pixbuf-area-updated.c index 065fe7cb9..28f56c47f 100644 --- a/tests/pixbuf-area-updated.c +++ b/tests/pixbuf-area-updated.c @@ -20,6 +20,7 @@ * Bastien Nocera */ +#define GLIB_DISABLE_DEPRECATION_WARNINGS #include #include diff --git a/tests/pixbuf-gif.c b/tests/pixbuf-gif.c index 53b58d587..f15c24821 100644 --- a/tests/pixbuf-gif.c +++ b/tests/pixbuf-gif.c @@ -17,6 +17,7 @@ * along with this program; if not, see . */ +#define GLIB_DISABLE_DEPRECATION_WARNINGS #include "gdk-pixbuf/gdk-pixbuf.h" #include "test-common.h" #include -- cgit v1.2.1