[asterisk-commits] russell: branch 1.6.1 r252769 - in /branches/1.6.1: ./ utils/Makefile

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


Author: russell
Date: Tue Mar 16 14:01:50 2010
New Revision: 252769

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=252769
Log:
Merged revisions 252767 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r252767 | russell | 2010-03-16 14:01:04 -0500 (Tue, 16 Mar 2010) | 13 lines
  
  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:
    branches/1.6.1/   (props changed)
    branches/1.6.1/utils/Makefile

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/utils/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/utils/Makefile?view=diff&rev=252769&r1=252768&r2=252769
==============================================================================
--- branches/1.6.1/utils/Makefile (original)
+++ branches/1.6.1/utils/Makefile Tue Mar 16 14:01:50 2010
@@ -182,6 +182,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