mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-22 16:37:41 +08:00
Fix Clang warnings (#984)
* CMAKe update * Fix Wdocumentation errors * Fix Wconditional-uninitialized * Fix [-Wformat-pedantic * Fix Wcompound-token-split-by-space and Wgnu-statement-expression * Add suppression * Uncrustify: triggered by comment. * Fix coverity --------- Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
@@ -132,9 +132,9 @@ BaseType_t xBitConfig_read_uc( BitConfig_t * pxConfig,
|
||||
/**
|
||||
* @brief Peek the last byte from a bit-config struct.
|
||||
*
|
||||
* @param[in] pxConfig: The structure containing a copy of the bits.
|
||||
* @param[in] pucData: The buffer to stored peeked data.
|
||||
* @param[in] uxSize: The length of the binary data stream.
|
||||
* @param[in] pxConfig The structure containing a copy of the bits.
|
||||
* @param[in] pucData The buffer to stored peeked data.
|
||||
* @param[in] uxSize The length of the binary data stream.
|
||||
*
|
||||
* @return pdTRUE if the malloc was OK, otherwise pdFALSE.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user