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

chat: fix warning

parent e638f014
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ main(int argc, char **argv)
data
),
id
}, [id](bool ok) {
}, [id](bool /*ok*/) {
//dht.cancelPut(room, id);
//std::cout << "Put signed done !" << ok << std::endl;
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment