From f9a0a96eb47099a5de16102404baea724ffdffe1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 May 2014 08:45:35 -0400 Subject: [PATCH] Avoid deprecation warnings This is testing deprecated API, after all... --- tests/testnumerableicon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testnumerableicon.c b/tests/testnumerableicon.c index 67656cd020..61bef1bca3 100644 --- a/tests/testnumerableicon.c +++ b/tests/testnumerableicon.c @@ -20,6 +20,7 @@ #include #include "prop-editor.h" +G_GNUC_BEGIN_IGNORE_DEPRECATIONS typedef struct { GIcon *numerable;