mirror of
https://github.com/boostorg/beast.git
synced 2025-08-04 07:14:32 +02:00
Suppress -Wunused-parameter warnings in tests
This commit is contained in:
committed by
Mohammad Nejati
parent
4ea56c4b39
commit
0886fd891a
@@ -61,6 +61,8 @@ snippets()
|
|||||||
assert(bytes_transferred == 13);
|
assert(bytes_transferred == 13);
|
||||||
else
|
else
|
||||||
std::cerr << "Error: " << ec.message() << "\n";
|
std::cerr << "Error: " << ec.message() << "\n";
|
||||||
|
|
||||||
|
(void)bytes_transferred;
|
||||||
});
|
});
|
||||||
// meanwhile, the operation is outstanding and execution continues from here
|
// meanwhile, the operation is outstanding and execution continues from here
|
||||||
//]
|
//]
|
||||||
|
Reference in New Issue
Block a user