Skip to content
Snippets Groups Projects
Commit 6399cb70 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

value: fix warning

parent effa48ad
Branches
Tags
No related merge requests found
...@@ -239,7 +239,7 @@ DhtMessage::unpack(Blob::const_iterator& begin, Blob::const_iterator& end) ...@@ -239,7 +239,7 @@ DhtMessage::unpack(Blob::const_iterator& begin, Blob::const_iterator& end)
} }
bool bool
DhtMessage::storePolicy(InfoHash, std::shared_ptr<Value>& v, InfoHash, const sockaddr* from, socklen_t fromlen) DhtMessage::storePolicy(InfoHash, std::shared_ptr<Value>& v, InfoHash, const sockaddr*, socklen_t)
{ {
DhtMessage request {v->data}; DhtMessage request {v->data};
if (request.service == Service::UNDEFINED) if (request.service == Service::UNDEFINED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment