Re: [U-Boot] [PATCH 14/18] GCC4.6: Squash warnings in lattice.c

2011-10-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1319535604-20831-15-git-send-email-marek.va...@gmail.com> you wrote: > lattice.c:319:4: warning: format '%x' expects type 'unsigned int', but > argument > 3 has type 'const char *' > lattice.c:319:4: warning: format '%x' expects type 'unsigned int', but > argument >

[U-Boot] [PATCH 14/18] GCC4.6: Squash warnings in lattice.c

2011-10-25 Thread Marek Vasut
lattice.c:319:4: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'const char *' lattice.c:319:4: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'long unsigned int' Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Simon Glass Cc: Mike Frysinge