From eb1d3681bbf4459ae5d5cc7986166dc03f25836d Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 16 Mar 2010 19:00:43 +0000 Subject: Don't treat warnings as errors for muted. muted supports OS X, but uses functions marked as deprecated in 10.6. However, the functions are still supported, so just ignore the warnings for now and allow the build to proceed. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@252766 f38db490-d61c-443f-a65b-d21fe96a405b --- utils/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/Makefile b/utils/Makefile index 380ec775e..b70150d2a 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -137,6 +137,7 @@ streamplayer: streamplayer.o muted: muted.o muted: LIBS+=$(AUDIO_LIBS) +muted: _ASTCFLAGS:=$(filter-out -Werror,$(_ASTCFLAGS)) ifneq ($(wildcard .*.d),) include .*.d -- cgit v1.2.3