Clang: no reference members to stack parameters

This commit is contained in:
Ehmry - 2019-10-03 20:32:05 +02:00
parent 075ab46d39
commit 02365c171e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ struct Local::Construct_destruct_test
Env &_env;
Allocator &_alloc;
Signal_context_capability &_completed_sigh;
Signal_context_capability _completed_sigh;
Xml_node const &_config;
Nic::Packet_allocator _pkt_alloc { &_alloc };
bool const _config_exists { _config.has_sub_node("construct_destruct") };