mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-21 15:10:39 +08:00
Fix Additional Clang warnings
Corrects several warnings from Clang flags for Clang 13.
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
|
||||
/**
|
||||
* @brief Bind the socket to a port number.
|
||||
* @param[in] xSocket: the socket that must be bound.
|
||||
* @param[in] usPort: the port number to bind to.
|
||||
* @param[in] xSocket the socket that must be bound.
|
||||
* @param[in] usPort the port number to bind to.
|
||||
* @return The created socket - or NULL if the socket could not be created or could not be bound.
|
||||
*/
|
||||
BaseType_t DNS_BindSocket( Socket_t xSocket,
|
||||
|
Reference in New Issue
Block a user