zephyr/samples/philosophers/src
Fabio Baltieri 58b927eb70 samples: philosophers: fix wrong assert type
zephyrproject/zephyr/samples/philosophers/src/main.c: In function
'philosopher':

zephyrproject/zephyr/include/zephyr/sys/__assert.h:44:52: warning:
format '%u' expects argument of type 'unsigned int', but argument 2 has
type 'stack_data_t' {aka 'long unsigned int'} [-Wformat=]

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-09-06 21:56:03 +02:00
..
main.c samples: philosophers: rename shadow variables 2023-08-22 11:39:58 +02:00
phil_obj_abstract.h samples: philosophers: fix wrong assert type 2023-09-06 21:56:03 +02:00