
15 Aug
2014
15 Aug
'14
3:17 p.m.
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 different architectures. This patch limits itself to the nios2 architecture.
Applied. Thanks a lot.
Thomas Chou