mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 22:50:54 +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>
|
template <unsigned N>
|
||||||
struct Test::Jobs : Noncopyable
|
struct Test::Jobs : Noncopyable
|
||||||
{
|
{
|
||||||
|
Jobs() { }
|
||||||
|
|
||||||
struct Entry
|
struct Entry
|
||||||
{
|
{
|
||||||
Block::Request request;
|
Block::Request request;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user