[clutter] conform: Disable deprecation warnings
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] conform: Disable deprecation warnings
- Date: Sat, 11 Jul 2015 09:21:56 +0000 (UTC)
commit ccd3fa0355407f4b5ec7528cdef91e939647f344
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sat Jul 11 10:12:33 2015 +0100
conform: Disable deprecation warnings
When testing the invariants we do also test deprecated API; there's no
need to warn.
tests/conform/actor-invariants.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/conform/actor-invariants.c b/tests/conform/actor-invariants.c
index cdab5d5..87df90b 100644
--- a/tests/conform/actor-invariants.c
+++ b/tests/conform/actor-invariants.c
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <string.h>
+#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
#include <clutter/clutter.h>
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]