[U-Boot] [PATCH v2] mkenvimage: Fix compiler warning

David Wagner deubeuliou at gmail.com
Fri Apr 6 20:48:31 CEST 2012


On 06/04/2012 11:15, Dirk Behme wrote:
> From: Dirk Behme <dirk.behme at googlemail.com>
> 
> Fix the compiler warning
> 
> mkenvimage.c: In function ‘main’:
> mkenvimage.c:218: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’
> mkenvimage.c:226: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’
> 

I don't have these warnings ... I guess it is because we don't have the
same compiler ?  Thank you, I didn't know the %zu format :)

Acked-by: David Wagner <deubeuliou at gmail.com>

	Cheers,
	David.


More information about the U-Boot mailing list