zephyr/lib/cmsis_rtos_v1
Flavio Ceolin da49f2e440 coccicnelle: Ignore return of memset
The return of memset is never checked. This patch explicitly ignore
the return to avoid MISRA-C violations.

The only directory excluded directory was ext/* since it contains
only imported code.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-14 16:55:37 -04:00
..
CMakeLists.txt
cmsis_kernel.c
cmsis_mailq.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_mempool.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_msgq.c
cmsis_mutex.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_semaphore.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_signal.c
cmsis_thread.c
cmsis_timer.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cmsis_wait.c
Kconfig