zephyr/kernel
Flavio Ceolin 6699423a2f kernel: Explicitly ignoring memcpy return
memcpy always return a pointer to dest, it can be ignored. Just making
it explicitly so compilers will never raise warnings/errors to this.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-08-16 19:47:41 -07:00
..
include kernel: Fix bitwise operators with unsigned operators 2018-08-16 19:47:41 -07:00
alert.c
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
idle.c
init.c kernel: Explicitly ignoring memcpy return 2018-08-16 19:47:41 -07:00
int_latency_bench.c
Kconfig
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c kernel: Explicitly ignoring memcpy return 2018-08-16 19:47:41 -07:00
mem_domain.c
mem_slab.c
mempool.c kernel: Explicitly ignoring memcpy return 2018-08-16 19:47:41 -07:00
msg_q.c kernel: Explicitly ignoring memcpy return 2018-08-16 19:47:41 -07:00
mutex.c
pipes.c
poll.c kernel: Explicitly ignoring memcpy return 2018-08-16 19:47:41 -07:00
queue.c kernel: Explicitly ignoring results of queue_insert 2018-08-16 19:47:41 -07:00
sched.c
sem.c
smp.c
stack.c
sys_clock.c
system_work_q.c
thread_abort.c
thread.c
timer.c
userspace_handler.c
userspace.c kernel: Explicitly ignoring memcpy return 2018-08-16 19:47:41 -07:00
version.c
work_q.c