1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Plus-TCP synced 2025-10-20 22:10:04 +08:00

Fix Additional Clang warnings

Corrects several warnings from Clang flags
for Clang 13.
This commit is contained in:
Monika Singh
2023-04-17 18:39:49 +00:00
parent f15537303c
commit a492abb0a8
25 changed files with 318 additions and 315 deletions

View File

@@ -45,8 +45,8 @@
/**
* @brief Set multicast MAC address.
*
* @param[in] ulIPAddress: IP address.
* @param[out] pxMACAddress: Pointer to MAC address.
* @param[in] ulIPAddress IP address.
* @param[out] pxMACAddress Pointer to MAC address.
*/
void vSetMultiCastIPv4MacAddress( uint32_t ulIPAddress,
MACAddress_t * pxMACAddress )
@@ -63,9 +63,9 @@ void vSetMultiCastIPv4MacAddress( uint32_t ulIPAddress,
/*-----------------------------------------------------------*/
/** @brief Do the first IPv4 length checks at the IP-header level.
* @param[in] pucEthernetBuffer: The buffer containing the packet.
* @param[in] uxBufferLength: The number of bytes to be sent or received.
* @param[in] pxSet: A struct describing this packet.
* @param[in] pucEthernetBuffer The buffer containing the packet.
* @param[in] uxBufferLength The number of bytes to be sent or received.
* @param[in] pxSet A struct describing this packet.
*
* @return Non-zero in case of an error.
*/