diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-01-26 14:33:31 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-01-26 14:33:31 +0000 |
commit | 187995db16ed980070bda0097e46436ebee6ef99 (patch) | |
tree | 4a00a753dfd9248a2a6c28c41c384648ef6c9af3 /cpp/src/Ice/ImplicitContextI.cpp | |
parent | Added properties override in service config files (diff) | |
download | ice-187995db16ed980070bda0097e46436ebee6ef99.tar.bz2 ice-187995db16ed980070bda0097e46436ebee6ef99.tar.xz ice-187995db16ed980070bda0097e46436ebee6ef99.zip |
Minor warning fixes
Diffstat (limited to 'cpp/src/Ice/ImplicitContextI.cpp')
-rw-r--r-- | cpp/src/Ice/ImplicitContextI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ImplicitContextI.cpp b/cpp/src/Ice/ImplicitContextI.cpp index 8954fbb0deb..ab78a011dab 100644 --- a/cpp/src/Ice/ImplicitContextI.cpp +++ b/cpp/src/Ice/ImplicitContextI.cpp @@ -148,6 +148,7 @@ ImplicitContextI::create(const std::string& kind) throw Ice::InitializationException( __FILE__, __LINE__, "'" + kind + "' is not a valid value for Ice.ImplicitContext"); + return 0; // Keep the compiler happy. } } |