diff options
Diffstat (limited to 'cppe/src/IceE/ReferenceFactory.cpp')
-rw-r--r-- | cppe/src/IceE/ReferenceFactory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/src/IceE/ReferenceFactory.cpp b/cppe/src/IceE/ReferenceFactory.cpp index e958257edeb..8be846b2f01 100644 --- a/cppe/src/IceE/ReferenceFactory.cpp +++ b/cppe/src/IceE/ReferenceFactory.cpp @@ -548,6 +548,8 @@ IceInternal::ReferenceFactory::create(const string& str) throw ex; } } + + return 0; // Unreachable, fixes compiler warning. } ReferencePtr |