# HG changeset patch # User Sebastien Jodogne # Date 1378994064 -7200 # Node ID 09b836088f63d34eee2cae103cfc7417d2bac40f # Parent 4acc6f1ca2332959012747e60bd7880ecc7b9c2d eclipse warning diff -r 4acc6f1ca233 -r 09b836088f63 UnitTests/main.cpp --- a/UnitTests/main.cpp Wed Sep 11 08:54:06 2013 +0200 +++ b/UnitTests/main.cpp Thu Sep 12 15:54:24 2013 +0200 @@ -445,7 +445,7 @@ q.Enqueue(new DynamicInteger(20)); throw OrthancException("Nope"); } - catch (OrthancException) + catch (OrthancException&) { } }