Re: [U-Boot] [PATCH] Fix tsize warning in tools/aisimage.c

2011-12-05 Thread Wolfgang Denk
Dear Simon Glass, In message <1321726854-18400-1-git-send-email-...@chromium.org> you wrote: > This fixes the following warning with gcc 4.4.3. > > aisimage.c: In function 'aisimage_generate': > aisimage.c:365: warning: 'tsize' may be used uninitialized in this function > > Signed-off-by: Simon

[U-Boot] [PATCH] Fix tsize warning in tools/aisimage.c

2011-11-19 Thread Simon Glass
This fixes the following warning with gcc 4.4.3. aisimage.c: In function 'aisimage_generate': aisimage.c:365: warning: 'tsize' may be used uninitialized in this function Signed-off-by: Simon Glass --- tools/aisimage.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a