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> |
||
|---|---|---|
| .. | ||
| futex | ||
| mem_protect | ||
| obj_validation | ||
| protection | ||
| stack_random | ||
| stackprot | ||
| sys_sem | ||
| syscalls | ||
| userspace | ||