diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-09-23 13:15:49 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-09-23 13:15:49 +0000 |
commit | a10e73c0a708bf34dbf92fcc20ffae3ebc0907d0 (patch) | |
tree | e2f25ba15dbc38fd6a7f3c46416be40916a3f960 /cpp/src/Ice/Reference.cpp | |
parent | Added simple demo. (diff) | |
download | ice-a10e73c0a708bf34dbf92fcc20ffae3ebc0907d0.tar.bz2 ice-a10e73c0a708bf34dbf92fcc20ffae3ebc0907d0.tar.xz ice-a10e73c0a708bf34dbf92fcc20ffae3ebc0907d0.zip |
Fixed couple of compiler warnings
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index 7c58f93e5f9..520da18227b 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -499,6 +499,9 @@ string IceInternal::FixedReference::toString() const { throw MarshalException(__FILE__, __LINE__, "Cannot marshal a fixed proxy"); + + assert(false); // Cannot be reached. + return string(); // To keep the compiler from complaining. } ConnectionIPtr |