]> Git Repo - u-boot.git/commit
kwbimage.c: Fix compile warning when building on 64 bit systems
authorWolfgang Denk <[email protected]>
Fri, 11 Sep 2009 06:58:11 +0000 (08:58 +0200)
committerTom Rix <[email protected]>
Sat, 3 Oct 2009 14:04:21 +0000 (09:04 -0500)
commitfd37a0d04e339267b5d2872e9e6ee6650f122367
treedf7087591df2d0b82c1a450ae9fde5320f3be8c4
parent4743f02b8faacff4d1f0543889d2f550d7dec2d3
kwbimage.c: Fix compile warning when building on 64 bit systems

Fix this warning when building on 64 bit systems:
tools/kwbimage.c: In function 'kwbimage_checksum32':
tools/kwbimage.c:135: warning: format '%d' expects type 'int',
but argument 4 has type 'long unsigned int'

Signed-off-by: Wolfgang Denk <[email protected]>
Cc: Prafulla Wadaskar <[email protected]>
tools/kwbimage.c
This page took 0.034559 seconds and 4 git commands to generate.