From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Wagner Date: Fri, 06 Apr 2012 20:48:31 +0200 Subject: [U-Boot] [PATCH v2] mkenvimage: Fix compiler warning In-Reply-To: <1333703707-10193-1-git-send-email-dirk.behme@gmail.com> References: <1333703707-10193-1-git-send-email-dirk.behme@gmail.com> Message-ID: <4F7F3A7F.3020009@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/04/2012 11:15, Dirk Behme wrote: > From: Dirk Behme > > 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 Cheers, David.