Re: [U-Boot] [PATCH 9/9] GCC4.6: Squash warnings in mpc86xx/interrupts.c

2011-10-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1319535462-20693-10-git-send-email-marek.va...@gmail.com> you wrote: > interrupts.c: In function 'interrupt_init_cpu': > interrupts.c:62: warning: format '%d' expects type 'int', but argument 2 has > type 'long unsigned int' > interrupts.c:69: warning: format '%x' exp

[U-Boot] [PATCH 9/9] GCC4.6: Squash warnings in mpc86xx/interrupts.c

2011-10-25 Thread Marek Vasut
interrupts.c: In function 'interrupt_init_cpu': interrupts.c:62: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int' interrupts.c:69: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'volatile uint *' interrupts.c:72: warning: format '%x' ex