Fix a couple of warnings found by PVS Studio (#6372)
This commit is contained in:
committed by
GitHub
parent
9b834810d5
commit
be353630d5
@@ -107,11 +107,11 @@ class Server
|
||||
}
|
||||
}
|
||||
|
||||
RequestHandler request_handler;
|
||||
unsigned thread_pool_size;
|
||||
boost::asio::io_context io_context;
|
||||
boost::asio::ip::tcp::acceptor acceptor;
|
||||
std::shared_ptr<Connection> new_connection;
|
||||
RequestHandler request_handler;
|
||||
};
|
||||
} // namespace server
|
||||
} // namespace osrm
|
||||
|
||||
Reference in New Issue
Block a user