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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Jan 7 13:50:25 UTC 2011


branch "master" has been updated
       via  600eccc635534673c860f2ea11dd74a95eeea4d5 (commit)
      from  bd71b67137f32cd4c50f4dec70f2d5b4a4a29f3d (commit)

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


- Log -----------------------------------------------------------------
commit 600eccc635534673c860f2ea11dd74a95eeea4d5
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Fri Jan 7 07:50:02 2011 -0600

    Another named but unused exception variable... Visual Studio unhappy.

diff --git a/test/TestComparatorBlocking.cpp b/test/TestComparatorBlocking.cpp
index dc679ac..7879561 100644
--- a/test/TestComparatorBlocking.cpp
+++ b/test/TestComparatorBlocking.cpp
@@ -212,7 +212,7 @@ BOOST_AUTO_TEST_CASE(testNonBlocking)
     {
         Ice::ObjectPrx undiscovered = discovery->locate(dne);
         BOOST_FAIL("Should not have found dne");
-    } catch (const ServiceNotFound& expected) {
+    } catch (const ServiceNotFound&) {
         // expected
     }
 }

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


-- 
asterisk-scf/release/servicediscovery.git



More information about the asterisk-scf-commits mailing list