Re: [U-Boot] [PATCH 3/3] mpc83xx: km83xx_i2c - fix gcc 4.6 compiler warning

2011-11-16 Thread Wolfgang Denk
Dear Kim Phillips, In message <1321433993-2488-3-git-send-email-kim.phill...@freescale.com> you wrote: > Configuring for kmeter1 board... > km83xx_i2c.c: In function 'i2c_make_abort': > km83xx_i2c.c:44:8: warning: variable 'dummy' set but not used > [-Wunused-but-set-variable] > > Signed-off-by

Re: [U-Boot] [PATCH 3/3] mpc83xx: km83xx_i2c - fix gcc 4.6 compiler warning

2011-11-16 Thread Heiko Schocher
Hello Kim, Kim Phillips wrote: > Configuring for kmeter1 board... > km83xx_i2c.c: In function 'i2c_make_abort': > km83xx_i2c.c:44:8: warning: variable 'dummy' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Kim Phillips > --- > board/keymile/km83xx/km83xx_i2c.c |3 +-- >

[U-Boot] [PATCH 3/3] mpc83xx: km83xx_i2c - fix gcc 4.6 compiler warning

2011-11-16 Thread Kim Phillips
Configuring for kmeter1 board... km83xx_i2c.c: In function 'i2c_make_abort': km83xx_i2c.c:44:8: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] Signed-off-by: Kim Phillips --- board/keymile/km83xx/km83xx_i2c.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)