From: Russell Bryant Date: Tue, 16 Mar 2010 19:00:43 +0000 (+0000) Subject: Don't treat warnings as errors for muted. X-Git-Tag: 1.4.31-rc1~2^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0d4f9f4b2a6bc94d689aa5a5a181d914e2cfa3;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/branches/1.4@252766 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/utils/Makefile b/utils/Makefile index 380ec775eb..b70150d2a1 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