diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-12-06 17:53:37 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-12-09 16:23:20 +0000 |
commit | bedf1664a7232cec704566e55c7804354f633f52 (patch) | |
tree | b3195ac9894855d324ca5992bb1828f46d1e7c1d | |
parent | dc84557ac3af47b59f5145e68cddfe37ca910089 (diff) | |
download | clutter-bedf1664a7232cec704566e55c7804354f633f52.tar.gz |
build: Disable deprecation warnings in tests/performance
-rw-r--r-- | tests/performance/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/performance/Makefile.am b/tests/performance/Makefile.am index 14a4415e4..eb2b8b7c3 100644 --- a/tests/performance/Makefile.am +++ b/tests/performance/Makefile.am @@ -22,6 +22,8 @@ AM_CFLAGS = \ $(CLUTTER_CFLAGS) \ $(MAINTAINER_CFLAGS) \ -DG_DISABLE_SINGLE_INCLUDES \ + -DGLIB_DISABLE_DEPRECATION_WARNINGS \ + -DCLUTTER_DISABLE_DEPRECATION_WARNINGS \ -DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" perf-report: check |