diff options
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index e886bc28627..88fee1df3c7 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -279,6 +279,7 @@ IceInternal::Outgoing::finished(BasicStream& is) default: { + ex = 0; // To keep the compiler from complaining. assert(false); break; } @@ -325,6 +326,7 @@ IceInternal::Outgoing::finished(BasicStream& is) default: { + ex = 0; // To keep the compiler from complaining. assert(false); break; } |