zephyr/tests/subsys/rtio/rtio_api
Kumar Gala b589092470 tests: rtio: fix compile warning with arm-clang
When building the rtio_api tests with arm-clang we get the following
compiler warning:

rtio_api/src/test_rtio_api.c:436:58: warning: format specifies type
'unsigned long' but the argument has type 'uintptr_t'
(aka 'unsigned int') [-Wformat]

        TC_PRINT("userdata is %p, value %lu\n", cqe->userdata, idx);
                                        ~~~                    ^~~
                                        %u

Use PRIuPTR to fix the issue.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-04-18 10:52:39 -04:00
..
src tests: rtio: fix compile warning with arm-clang 2023-04-18 10:52:39 -04:00
CMakeLists.txt tests: rtio: Split test suites up into files 2023-03-17 12:49:57 -05:00
prj.conf rtio: Add a managed memory pool for reads 2023-04-10 18:34:43 -04:00
testcase.yaml tests: rtio: remove subsys from test identifer 2023-03-10 14:01:59 +02:00