mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
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.
This commit is contained in:
parent
c13290240c
commit
75ef676b15
@ -37,8 +37,7 @@ AM_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS)
|
|||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
|
-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
|
||||||
-DG_DISABLE_SINGLE_INCLUDES \
|
-DG_DISABLE_SINGLE_INCLUDES \
|
||||||
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
|
-DGLIB_DISABLE_DEPRECATION_WARNINGS
|
||||||
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS
|
|
||||||
|
|
||||||
noinst_PROGRAMS = $(all_examples)
|
noinst_PROGRAMS = $(all_examples)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user