mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 06:40:58 -04:00
fixed compiler warning
This commit is contained in:
parent
4bf9262382
commit
4ad3b11ef5
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ void IdentityHandler::handleWildcard(Request &req, Response &resp)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ResponseTask* IdentityHandler::handleOwn(Request &req, Response &resp)
|
ResponseTask* IdentityHandler::handleOwn(Request & /* req */, Response &resp)
|
||||||
{
|
{
|
||||||
StateToken state;
|
StateToken state;
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue