You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/11/21 01:41:46 UTC

mesos git commit: Fixed a compiler warning in libprocess.

Repository: mesos
Updated Branches:
  refs/heads/master c49dbf0e2 -> 0af8dc401


Fixed a compiler warning in libprocess.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0af8dc40
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0af8dc40
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0af8dc40

Branch: refs/heads/master
Commit: 0af8dc401f92dcd3cd6123fc5771db9247c3a048
Parents: c49dbf0
Author: Jie Yu <yu...@gmail.com>
Authored: Mon Nov 20 17:41:40 2017 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Nov 20 17:41:40 2017 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/src/http.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0af8dc40/3rdparty/libprocess/src/http.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/http.cpp b/3rdparty/libprocess/src/http.cpp
index ef391a7..123c5c3 100644
--- a/3rdparty/libprocess/src/http.cpp
+++ b/3rdparty/libprocess/src/http.cpp
@@ -2185,6 +2185,7 @@ Try<Server> Server::create(
       case Scheme::HTTPS: return SocketImpl::Kind::SSL;
 #endif
     }
+    UNREACHABLE();
   }();
 
   Try<network::Socket> socket = network::Socket::create(