MISRA-C Rule 5.3 states that identifiers in inner scope should not hide identifiers in outer scope. In the function sys_heap_alloc(), the variable "chunksz" collide with function named chunksz(). So rename those variable. Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
|---|---|---|
| .. | ||
| cmsis_rtos_v1 | ||
| cmsis_rtos_v2 | ||
| fnmatch | ||
| gui | ||
| libc | ||
| open-amp | ||
| os | ||
| posix | ||
| updatehub | ||
| CMakeLists.txt | ||
| Kconfig | ||