zephyr/tests/kernel/mem_protect
Andrew Boie a26b9e3dd5 tests: mem_protect: fix cast warning
tc_number is passed to a child thread as a parameter, which is
void *. We want to treat it as an integer, but a direct cast
to int causes a warning on 64-bit platforms; cast to uintptr_t
first to suppress it.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-12-18 11:17:33 -08:00
..
futex doc: Fix warnings associated with 'unbalanced grouping commands' 2019-12-12 12:39:35 -06:00
mem_protect tests: mem_protect: fix cast warning 2019-12-18 11:17:33 -08:00
obj_validation headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
protection tests: exclude twr_ke18f platform from several user mode tests 2019-09-03 16:44:22 +02:00
stack_random tests: stack_random: fix reading volatile variable 2019-11-12 07:07:01 -06:00
stackprot x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
sys_sem tests: semaphore: cleanup asserts 2019-11-15 08:04:52 -05:00
syscalls kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
userspace tests: userspace: fix 64-bit issues 2019-12-12 14:48:42 -08:00