[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Sun Oct 2 17:56:03 CDT 2011
branch "master" has been updated
via 85f2a4943c854ec6f5f08c7ac8a609c912160fc3 (commit)
from 470710268ba226751c6098c3f65a761000f7d44c (commit)
Summary of changes:
src/Component/Component.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 85f2a4943c854ec6f5f08c7ac8a609c912160fc3
Author: Ken Hunt <ken.hunt at digium.com>
Date: Sun Oct 2 17:55:07 2011 -0500
Removed unreferenced exception param.
diff --git a/src/Component/Component.cpp b/src/Component/Component.cpp
index 50b18ee..c9a0c17 100644
--- a/src/Component/Component.cpp
+++ b/src/Component/Component.cpp
@@ -799,7 +799,7 @@ void Component::initServiceLocatorProxies()
// If we made it to this point, everything's good.
return;
}
- catch(const Ice::Exception& e)
+ catch(const Ice::Exception&)
{
mLogger(Notice) << " Unable to obtain proxies to ServiceLocator. Retry in " << retryDelay << " seconds.";
}
-----------------------------------------------------------------------
--
asterisk-scf/release/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list