Re: [U-Boot] [PATCH] nios2: Fix printf size_t format related warnings (again...)

2014-08-16 Thread Thomas Chou
Hi Vasili, On 08/14/2014 10:42 PM, Vasili Galka wrote: When compiling the current code on GCC 4.8.3, the following warnings appear: warning: format '%zu' expects argument of type 'size_t', but argument 2 has type 'long unsigned int' [-Wformat=] There were many mails about such warnings on

[U-Boot] [PATCH] nios2: Fix printf size_t format related warnings (again...)

2014-08-14 Thread Vasili Galka
When compiling the current code on GCC 4.8.3, the following warnings appear: warning: format '%zu' expects argument of type 'size_t', but argument 2 has type 'long unsigned int' [-Wformat=] There were many mails about such warnings on different architectures. This patch limits itself to the