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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Jun 23 14:02:40 CDT 2011


branch "master" has been updated
       via  a81a3f0d61ebb558cf3f07bead558b8db8955362 (commit)
      from  00c09a3b1e9fc03026b3f80fc6f9429ebb1ca828 (commit)

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


- Log -----------------------------------------------------------------
commit a81a3f0d61ebb558cf3f07bead558b8db8955362
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Thu Jun 23 14:02:36 2011 -0500

    Resolve an 'unreference variable' warning.

diff --git a/src/SessionWrapper.cpp b/src/SessionWrapper.cpp
index c66b0f8..ea9f8fa 100644
--- a/src/SessionWrapper.cpp
+++ b/src/SessionWrapper.cpp
@@ -208,7 +208,7 @@ protected:
         {
             ex.ice_throw();
         }
-        catch (const Ice::ObjectNotExistException& x)
+        catch (const Ice::ObjectNotExistException&)
         {
             mLogger(Warning) << "received an ONE for " << mSession->id() << " when calling stop(), continuing...";
             mListener->succeeded();

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


-- 
asterisk-scf/release/bridging.git



More information about the asterisk-scf-commits mailing list