coroutine: fix compiler wrning in tests

[SVN r85976]
This commit is contained in:
Oliver Kowalke
2013-09-28 05:43:52 +00:00
parent ccdb869ca8
commit bd5484e894

View File

@@ -522,6 +522,7 @@ void test_invalid_result()
try
{
int i = coro.get();
(void)i;
}
catch ( coro::invalid_result const& e)
{