diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-11-26 15:57:26 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-11-26 15:57:26 +0000 |
commit | e0974e8cb74f09a78abc6d3ceafdfbf156b5b56b (patch) | |
tree | e0bd9770b7bb6ec6ab91a0a3c37584c2751fb2dc /cpp/src/IcePack/ServerFactory.cpp | |
parent | file TwowaysAMI.cpp was initially added on branch ami. (diff) | |
download | ice-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.cpp | 1 |
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. } } |