Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Vadzim Dambrouski authored
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:
Vadzim Dambrouski <pftbest@gmail.com>
Vadzim Dambrouski authoredThis 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:
Vadzim Dambrouski <pftbest@gmail.com>