summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ReferenceFactory.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-09-02 18:08:18 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-09-02 18:08:18 +0000
commit86f6fd88464e6a9fff74666c62fee90a178bafcf (patch)
tree975ab2187ce512d51eb1a0acfb594e45841e4803 /cpp/src/Ice/ReferenceFactory.cpp
parentBug 398: Remove temporary workaround for Windows. (diff)
downloadice-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.cpp2
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