Re: [U-Boot] [PATCH] common: fix 'dummy' is used uninitialized in this function warning

2009-07-19 Thread Wolfgang Denk
Dear Kim Phillips, In message <20090615115040.5932bd21.kim.phill...@freescale.com> you wrote: > fix this gcc 4.4 warning: > > xyzModem.c: In function 'xyzModem_stream_open': > xyzModem.c:564: warning: 'dummy' is used uninitialized in this function > > Signed-off-by: Kim Phillips > --- > common

[U-Boot] [PATCH] common: fix 'dummy' is used uninitialized in this function warning

2009-06-15 Thread Kim Phillips
fix this gcc 4.4 warning: xyzModem.c: In function 'xyzModem_stream_open': xyzModem.c:564: warning: 'dummy' is used uninitialized in this function Signed-off-by: Kim Phillips --- common/xyzModem.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/xyzModem.c b/commo