[PATCH 06/15] libcpu/powerpc/shared/src/stack.c: Fix printf() format warnings.

Chris Johns chrisj at rtems.org
Mon Oct 3 23:28:49 UTC 2016


On 04/10/2016 09:58, Joel Sherrill wrote:
> +                printk("%p",stck[i]);

printk does not support %p. You need to use intptr_t or teach printk 
about %p.

Chris



More information about the devel mailing list