diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-28 16:03:19 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-28 16:03:19 +0000 |
commit | ef3230f9a7e38dfe90c875656d05d93ce5c63721 (patch) | |
tree | 898c17759f6dd646ba1cd7ac6374cfb945ce330f /cppe/src/IceE/Reference.cpp | |
parent | adding JAD file task def and fixing demo MIDlet build (diff) | |
download | ice-ef3230f9a7e38dfe90c875656d05d93ce5c63721.tar.bz2 ice-ef3230f9a7e38dfe90c875656d05d93ce5c63721.tar.xz ice-ef3230f9a7e38dfe90c875656d05d93ce5c63721.zip |
Fix compiler warnings
Diffstat (limited to 'cppe/src/IceE/Reference.cpp')
-rw-r--r-- | cppe/src/IceE/Reference.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp index c5a6594d1e5..3742ecc6d2e 100644 --- a/cppe/src/IceE/Reference.cpp +++ b/cppe/src/IceE/Reference.cpp @@ -266,6 +266,13 @@ IceInternal::Reference::toString() const break; } #endif + default: + { + // + // TODO: Should this assert? + // + break; + } } return s; |