[cogl/cogl-1.20] conform: Disable deprecation warnings



commit 2482384312d603536ed1b1d80ab2cfaa25455115
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jun 10 15:16:15 2015 +0100

    conform: Disable deprecation warnings
    
    The conformance test suite exercises deprecated API, so we don't need to
    get compiler warnings for it.

 tests/conform/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index b6aa552..5500822 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -140,6 +140,7 @@ endif
 AM_CPPFLAGS += \
        -DCOGL_ENABLE_EXPERIMENTAL_API \
        -DCOGL_DISABLE_DEPRECATED \
+       -DCOGL_DISABLE_DEPRECATION_WARNINGS \
        -DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\"
 
 test_conformance_CFLAGS = -g3 -O0 $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS)


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