Makefile: Disable Clutter / Cogl deprecation warnings

These just spam up our logs, and they aren't getting fixed any time
soon for a variety of reasons. Just disable them to ensure that really
important warnings get noticed and fixed.
This commit is contained in:
Jasper St. Pierre 2014-07-13 11:46:13 -04:00
parent 46361c3e28
commit c34b5c1cf0

View File

@ -10,6 +10,8 @@ AM_CPPFLAGS = \
-DCLUTTER_ENABLE_EXPERIMENTAL_API \
-DCOGL_ENABLE_EXPERIMENTAL_API \
-DCOGL_ENABLE_EXPERIMENTAL_2_0_API \
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
-DCOGL_DISABLE_DEPRECATION_WARNINGS \
$(MUTTER_CFLAGS) \
$(MUTTER_NATIVE_BACKEND_CFLAGS) \
-I$(builddir) \