aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-16 19:00:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-16 19:00:43 +0000
commiteb1d3681bbf4459ae5d5cc7986166dc03f25836d (patch)
tree3c270a6cb9bec650c5b083f18cf3f94519b21bc4 /utils
parent3090d7885d74b8cbc6246b88c7fabd87d201e826 (diff)
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
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile1
1 files changed, 1 insertions, 0 deletions
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