Skip to content

Commit

Permalink
Fixed a compiler warning in libprocess.
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyu committed Nov 21, 2017
1 parent c49dbf0 commit 0af8dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 3rdparty/libprocess/src/http.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2185,6 +2185,7 @@ Try<Server> Server::create(
case Scheme::HTTPS: return SocketImpl::Kind::SSL;
#endif
}
UNREACHABLE();
}();

Try<network::Socket> socket = network::Socket::create(
Expand Down

0 comments on commit 0af8dc4

Please sign in to comment.