mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
os: fix 'test-block_request_stream' compile error with GCC 8.3.0
Fixes #3334
This commit is contained in:
parent
2aeb1a70ea
commit
2191ff656e
@ -67,6 +67,8 @@ struct Test::Block_session_component : Rpc_object<Block::Session>,
|
||||
template <unsigned N>
|
||||
struct Test::Jobs : Noncopyable
|
||||
{
|
||||
Jobs() { }
|
||||
|
||||
struct Entry
|
||||
{
|
||||
Block::Request request;
|
||||
|
Loading…
Reference in New Issue
Block a user