From 52e8864aa30cc394b7c79cb17c43f2c877396a19 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 28 Jun 2015 10:37:31 +0100 Subject: [PATCH] conform: Disable deprecation warnings in the model units --- tests/conform/model.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conform/model.c b/tests/conform/model.c index 51c9eb7ff..f7b0c0b9f 100644 --- a/tests/conform/model.c +++ b/tests/conform/model.c @@ -1,5 +1,6 @@ #include #include +#define CLUTTER_DISABLE_DEPRECATION_WARNINGS #include typedef struct _ModelData