zephyr/tests/kernel/threads/thread_apis
Johann Fischer 35691d21d8 tests: thread_apis: fix cast to smaller integer type
Clang 12.0.0 complains about
"cast to smaller integer type 'enum control_method' from 'void *'
[-Werror,-Wvoid-pointer-to-enum-cast]".
Cast it to intptr_t type first.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-12-04 12:09:54 +01:00
..
src tests: thread_apis: fix cast to smaller integer type 2021-12-04 12:09:54 +01:00
CMakeLists.txt
prj.conf
testcase.yaml tests/kernel/threads_apis: Add case for CPU_MASK_PIN_ONLY 2021-09-28 20:15:05 -04:00