Skip to content
Snippets Groups Projects
Commit 7bdf75ca authored by Vadzim Dambrouski's avatar Vadzim Dambrouski Committed by Albert ARIBAUD
Browse files

arm: fix compile warnings when semihosting is enabled on ARMv7M target.


This patch fixes compile warnings like this:

warning: format '%lu' expects argument of type 'long unsigned int',
         but argument 5 has type 'size_t'

In C99 standard you can use %zu modifier to print size_t values.

Signed-off-by: default avatarVadzim Dambrouski <pftbest@gmail.com>
parent 432a6241
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment