mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
os: avoid warning in ethernet.h
issued by clang/llvm static analyzer
This commit is contained in:
parent
aa03c4ce9f
commit
dbeb1b82a9
@ -158,7 +158,7 @@ class Net::Ethernet_frame_sized : public Ethernet_frame
|
||||
Ethernet_frame_sized(Mac_address dst_in, Mac_address src_in,
|
||||
Type type_in)
|
||||
:
|
||||
Ethernet_frame(sizeof(Ethernet_frame))
|
||||
Ethernet_frame()
|
||||
{
|
||||
dst(dst_in);
|
||||
src(src_in);
|
||||
|
Loading…
Reference in New Issue
Block a user