summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerBuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ServerBuilder.cpp')
-rw-r--r--cpp/src/IcePack/ServerBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ServerBuilder.cpp b/cpp/src/IcePack/ServerBuilder.cpp
index 79697a883f0..d506bbd3cb6 100644
--- a/cpp/src/IcePack/ServerBuilder.cpp
+++ b/cpp/src/IcePack/ServerBuilder.cpp
@@ -690,6 +690,6 @@ IcePack::ServerBuilder::getServerAdapter(const std::string& id) const
else
{
assert(false);
+ return 0; // Keep the compiler happy.
}
}
-