forked from boostorg/beast
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);
|
||||
else
|
||||
std::cerr << "Error: " << ec.message() << "\n";
|
||||
|
||||
(void)bytes_transferred;
|
||||
});
|
||||
// meanwhile, the operation is outstanding and execution continues from here
|
||||
//]
|
||||
|
Reference in New Issue
Block a user