From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 15 Aug 2014 21:17:09 +0800 Subject: [U-Boot] [PATCH] nios2: Fix printf size_t format related warnings (again...) In-Reply-To: <1408027325-6284-1-git-send-email-vvv444@gmail.com> References: <1408027325-6284-1-git-send-email-vvv444@gmail.com> Message-ID: <53EE0855.5020109@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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