mirror of
https://github.com/boostorg/coroutine.git
synced 2026-02-01 08:22:18 +00:00
coroutine: fix compiler wrning in tests
[SVN r85976]
This commit is contained in:
@@ -522,6 +522,7 @@ void test_invalid_result()
|
||||
try
|
||||
{
|
||||
int i = coro.get();
|
||||
(void)i;
|
||||
}
|
||||
catch ( coro::invalid_result const& e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user