diff options
Diffstat (limited to 'cpp/src/IceGrid/AdminI.cpp')
-rw-r--r-- | cpp/src/IceGrid/AdminI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/AdminI.cpp b/cpp/src/IceGrid/AdminI.cpp index 8ac5c45f1a8..7bf073fff5f 100644 --- a/cpp/src/IceGrid/AdminI.cpp +++ b/cpp/src/IceGrid/AdminI.cpp @@ -751,6 +751,7 @@ AdminI::getNodeHostname(const string& name, const Current&) const ostringstream os; os << ex; throw NodeUnreachableException(name, os.str()); + return ""; // Keep the compiler happy. } return ""; // Keep the compiler happy. } |