summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-03-16 19:01:04 +0000
committerRussell Bryant <russell@russellbryant.com>2010-03-16 19:01:04 +0000
commit4acc1689c1f8d23abbe4b34832e1b5eb845cfc8b (patch)
treec3e5dabf081bbf4d08cf3affcae5225386b08019
parent26d2f3952065e2dcb48421e309dbf86482ee1c35 (diff)
Merged revisions 252766 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r252766 | russell | 2010-03-16 14:00:43 -0500 (Tue, 16 Mar 2010) | 6 lines 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/trunk@252767 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 8c8ae5d0d..2f7074820 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -200,6 +200,7 @@ streamplayer: streamplayer.o
muted: muted.o
muted: LIBS+=$(AUDIO_LIBS)
+muted: _ASTCFLAGS:=$(filter-out -Werror,$(_ASTCFLAGS))
ifneq ($(wildcard .*.d),)
include .*.d