From 72ac788c489c974df04698cb7008ae0ee6a3056d Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 16 Dec 2013 20:55:26 +0100 Subject: Add option to enable deprecations and hide warnings under --enable-extra-warn --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a10b98b..350e0cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,6 +37,7 @@ AM_CPPFLAGS = \ -DEGG_LOGGING="\"GPM_LOGGING\"" \ -DEGG_CONSOLE="\"GPM_CONSOLE\"" \ -I$(top_srcdir) \ + $(DISABLE_DEPRECATED) \ $(NULL) bin_PROGRAMS = \ -- cgit v1.2.1