[clutter] examples: Build with deprecation warnings turned on



commit 75ef676b1507d6fb86e2c52c0ba3c79a1ece4d70
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Jun 6 13:37:05 2012 +0100

    examples: Build with deprecation warnings turned on
    
    We want to ensure that the examples stay valid and idiomatic; thus, we
    should build them with deprecation warnings turned on.

 examples/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 9c6f6ac..d5efc3b 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -37,8 +37,7 @@ AM_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS)
 AM_CPPFLAGS = \
 	-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
 	-DG_DISABLE_SINGLE_INCLUDES \
-	-DGLIB_DISABLE_DEPRECATION_WARNINGS \
-	-DCLUTTER_DISABLE_DEPRECATION_WARNINGS
+	-DGLIB_DISABLE_DEPRECATION_WARNINGS
 
 noinst_PROGRAMS = $(all_examples)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]