[asterisk-scf-commits] asterisk-scf/release/sip.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Aug 10 20:35:23 CDT 2011


branch "master" has been updated
       via  5e6d4e5f80325395220a91d5647bf3c795cfa8fd (commit)
      from  b40da7f6b1d4a5dd3b7375b6c04ec3280ff83e92 (commit)

Summary of changes:
 src/SipEndpoint.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 5e6d4e5f80325395220a91d5647bf3c795cfa8fd
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Wed Aug 10 20:33:51 2011 -0500

    gcc hates those unused, named params.

diff --git a/src/SipEndpoint.cpp b/src/SipEndpoint.cpp
index 2be7517..b9a58b1 100644
--- a/src/SipEndpoint.cpp
+++ b/src/SipEndpoint.cpp
@@ -480,7 +480,7 @@ AsteriskSCF::SessionCommunications::V1::SessionEndpointPrx SipEndpoint::getEndpo
     return mImplPriv->mEndpointProxy;
 }
 
-void SipEndpoint::addDefaultSessionListener(const SessionListenerPrx& listener, const Ice::Current& current)
+void SipEndpoint::addDefaultSessionListener(const SessionListenerPrx& listener, const Ice::Current&)
 {
     mImplPriv->mDefaultListeners->add(listener);
 

-----------------------------------------------------------------------


-- 
asterisk-scf/release/sip.git



More information about the asterisk-scf-commits mailing list