Clean up unnecessary CPPCheck static analysis suppression comments, force Doxygen and GCC compiler specific macros as being always undefined when performing a static analysis of the code.
This commit is contained in:
parent
826a77e90c
commit
72fc4a204d
14 changed files with 7 additions and 12 deletions
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#if defined(TEMPLATE_FUNC_NAME)
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
uint8_t TEMPLATE_FUNC_NAME (void* const Buffer,
|
||||
uint16_t Length)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#if defined(TEMPLATE_FUNC_NAME)
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
uint8_t TEMPLATE_FUNC_NAME (const void* const Buffer,
|
||||
uint16_t Length)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#if defined(TEMPLATE_FUNC_NAME)
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE const Buffer,
|
||||
uint16_t Length,
|
||||
uint16_t* const BytesProcessed)
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#if defined(TEMPLATE_FUNC_NAME)
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE const Buffer,
|
||||
uint16_t Length,
|
||||
uint16_t* const BytesProcessed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue