diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-01-06 18:16:35 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-01-06 18:16:35 +0000 |
commit | e278e1613a0cc442b316ba26914dcf26a8e8243f (patch) | |
tree | 8225ce18fc89466b6c3ead500199085f2eb6a221 /cpp/src/IceGrid/Topics.cpp | |
parent | Fixing a bug where the makebindist script wasn't makedist'ing vb (diff) | |
download | ice-e278e1613a0cc442b316ba26914dcf26a8e8243f.tar.bz2 ice-e278e1613a0cc442b316ba26914dcf26a8e8243f.tar.xz ice-e278e1613a0cc442b316ba26914dcf26a8e8243f.zip |
Fixed SunOS C++ compiler warnings (bug 723)
Diffstat (limited to 'cpp/src/IceGrid/Topics.cpp')
-rw-r--r-- | cpp/src/IceGrid/Topics.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Topics.cpp b/cpp/src/IceGrid/Topics.cpp index fad7c26c99b..45c57407493 100644 --- a/cpp/src/IceGrid/Topics.cpp +++ b/cpp/src/IceGrid/Topics.cpp @@ -196,7 +196,6 @@ NodeObserverTopic::subscribe(const NodeObserverPrx& observer, int serial) if(serial == -1) { NodeDynamicInfoSeq nodes; - int serial; { Lock sync(*this); nodes.reserve(_nodes.size()); @@ -328,7 +327,6 @@ RegistryObserverTopic::subscribe(const RegistryObserverPrx& observer, int serial if(serial == -1) { ApplicationDescriptorSeq applications; - int serial; { Lock sync(*this); assert(_serial != -1); |