[asterisk-commits] russell: trunk r252767 - in /trunk: ./ utils/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 16 14:01:07 CDT 2010


Author: russell
Date: Tue Mar 16 14:01:04 2010
New Revision: 252767

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=252767
Log:
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.
........

Modified:
    trunk/   (props changed)
    trunk/utils/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/utils/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/utils/Makefile?view=diff&rev=252767&r1=252766&r2=252767
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Tue Mar 16 14:01:04 2010
@@ -200,6 +200,7 @@
 
 muted: muted.o
 muted: LIBS+=$(AUDIO_LIBS)
+muted: _ASTCFLAGS:=$(filter-out -Werror,$(_ASTCFLAGS))
 
 ifneq ($(wildcard .*.d),)
    include .*.d




More information about the asterisk-commits mailing list