Skip to content

Commit 4f1b379

Browse files
committed
Ethernet: removed unused variable warning
1 parent afc8b91 commit 4f1b379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Ethernet/src/utility/socket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ uint16_t recvfrom(SOCKET s, uint8_t *buf, uint16_t len, uint8_t *addr, uint16_t
362362
/**
363363
* @brief Wait for buffered transmission to complete.
364364
*/
365-
void flush(SOCKET s) {
365+
void flush(SOCKET /* s */) {
366366
// TODO
367367
}
368368

0 commit comments

Comments
 (0)