diff options
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; |