mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-03 17:02:56 +00:00
Kernel: Fix all compiler warnings.
This commit is contained in:
parent
17acc1e0a8
commit
46a06c23e3
Notes:
sideshowbarker
2024-07-19 13:31:04 +09:00
Author: https://github.com/awesomekling
Commit: 46a06c23e3
13 changed files with 19 additions and 19 deletions
|
@ -246,7 +246,7 @@ ssize_t IPv4Socket::recvfrom(FileDescription& description, void* buffer, size_t
|
|||
return ipv4_packet.payload_size();
|
||||
}
|
||||
|
||||
return protocol_receive(packet.data, buffer, buffer_length, flags, addr, addr_length);
|
||||
return protocol_receive(packet.data, buffer, buffer_length, flags);
|
||||
}
|
||||
|
||||
void IPv4Socket::did_receive(const IPv4Address& source_address, word source_port, ByteBuffer&& packet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue