mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-22 07:51:40 +08:00
Fix Additional Clang warnings
Corrects several warnings from Clang flags for Clang 13.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
/**
|
||||
* @brief Set the MSS (Maximum segment size) associated with the given socket.
|
||||
*
|
||||
* @param[in] pxSocket: The socket whose MSS is to be set.
|
||||
* @param[in] pxSocket The socket whose MSS is to be set.
|
||||
*/
|
||||
void prvSocketSetMSS_IPV4( FreeRTOS_Socket_t * pxSocket )
|
||||
{
|
||||
|
Reference in New Issue
Block a user