summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerFactory.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2002-11-26 15:57:26 +0000
committerBenoit Foucher <benoit@zeroc.com>2002-11-26 15:57:26 +0000
commite0974e8cb74f09a78abc6d3ceafdfbf156b5b56b (patch)
treee0bd9770b7bb6ec6ab91a0a3c37584c2751fb2dc /cpp/src/IcePack/ServerFactory.cpp
parentfile TwowaysAMI.cpp was initially added on branch ami. (diff)
downloadice-e0974e8cb74f09a78abc6d3ceafdfbf156b5b56b.tar.bz2
ice-e0974e8cb74f09a78abc6d3ceafdfbf156b5b56b.tar.xz
ice-e0974e8cb74f09a78abc6d3ceafdfbf156b5b56b.zip
Fixed warnings when compiled with optimization.
Diffstat (limited to 'cpp/src/IcePack/ServerFactory.cpp')
-rw-r--r--cpp/src/IcePack/ServerFactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IcePack/ServerFactory.cpp b/cpp/src/IcePack/ServerFactory.cpp
index 20858d3c3ae..30ccf7d2895 100644
--- a/cpp/src/IcePack/ServerFactory.cpp
+++ b/cpp/src/IcePack/ServerFactory.cpp
@@ -115,6 +115,7 @@ IcePack::ServerFactory::create(const string& type)
else
{
assert(false);
+ return 0; // Keep the compiler happy.
}
}