[hydra-commits] beagles: branch ice/slice-preserving-translators r598 - /ice/branches/slice-p...

SVN commits to the Hydra project hydra-commits at lists.digium.com
Mon Apr 26 12:20:13 CDT 2010


Author: beagles
Date: Mon Apr 26 12:20:12 2010
New Revision: 598

URL: https://origsvn.digium.com/svn-view/hydra?view=rev&rev=598
Log:
fix warning/error

Modified:
    ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/objects/AllTests.cpp

Modified: ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/objects/AllTests.cpp
URL: https://origsvn.digium.com/svn-view/hydra/ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/objects/AllTests.cpp?view=diff&rev=598&r1=597&r2=598
==============================================================================
--- ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/objects/AllTests.cpp (original)
+++ ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/objects/AllTests.cpp Mon Apr 26 12:20:12 2010
@@ -1337,7 +1337,7 @@
                 ++reti;
             }
         }
-        catch(const Ice::Exception& ex)
+        catch(const Ice::Exception&)
         {
             throw;
         }





More information about the asterisk-scf-commits mailing list