diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-09-02 18:08:18 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-09-02 18:08:18 +0000 |
commit | 86f6fd88464e6a9fff74666c62fee90a178bafcf (patch) | |
tree | 975ab2187ce512d51eb1a0acfb594e45841e4803 /cpp/src/Ice/ReferenceFactory.cpp | |
parent | Bug 398: Remove temporary workaround for Windows. (diff) | |
download | ice-86f6fd88464e6a9fff74666c62fee90a178bafcf.tar.bz2 ice-86f6fd88464e6a9fff74666c62fee90a178bafcf.tar.xz ice-86f6fd88464e6a9fff74666c62fee90a178bafcf.zip |
Fix some compiler warnings
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ReferenceFactory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.cpp b/cpp/src/Ice/ReferenceFactory.cpp index b3b5e404e62..8afcad3376e 100644 --- a/cpp/src/Ice/ReferenceFactory.cpp +++ b/cpp/src/Ice/ReferenceFactory.cpp @@ -507,6 +507,8 @@ IceInternal::ReferenceFactory::create(const string& str) throw ex; } } + + return 0; // Unreachable, prevents compiler warning. } ReferencePtr |