Mercurial > hg > orthanc
comparison UnitTests/main.cpp @ 533:09b836088f63
eclipse warning
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 12 Sep 2013 15:54:24 +0200 |
parents | 8c3573d28868 |
children | e0cfb413c86b b82292ba2083 |
comparison
equal
deleted
inserted
replaced
530:4acc6f1ca233 | 533:09b836088f63 |
---|---|
443 SharedMessageQueue q; | 443 SharedMessageQueue q; |
444 q.Enqueue(new DynamicInteger(10)); | 444 q.Enqueue(new DynamicInteger(10)); |
445 q.Enqueue(new DynamicInteger(20)); | 445 q.Enqueue(new DynamicInteger(20)); |
446 throw OrthancException("Nope"); | 446 throw OrthancException("Nope"); |
447 } | 447 } |
448 catch (OrthancException) | 448 catch (OrthancException&) |
449 { | 449 { |
450 } | 450 } |
451 } | 451 } |
452 | 452 |
453 | 453 |