Re: [U-Boot] [RFC PATCH 18/20] sandbox: Remove unused variable warnings

2011-09-26 Thread Simon Glass
Hi Mike, On Sun, Sep 25, 2011 at 9:49 PM, Mike Frysinger wrote: > On Friday, September 23, 2011 12:01:46 Simon Glass wrote: >> On Sat, Sep 17, 2011 at 5:25 PM, Mike Frysinger wrote: >> > On Saturday, September 17, 2011 12:48:57 Simon Glass wrote: >> >> There are a few variables set but not used -

Re: [U-Boot] [RFC PATCH 18/20] sandbox: Remove unused variable warnings

2011-09-25 Thread Mike Frysinger
On Friday, September 23, 2011 12:01:46 Simon Glass wrote: > On Sat, Sep 17, 2011 at 5:25 PM, Mike Frysinger wrote: > > On Saturday, September 17, 2011 12:48:57 Simon Glass wrote: > >> There are a few variables set but not used - this marks these as unused > >> for the compiler. > > > > summary say

Re: [U-Boot] [RFC PATCH 18/20] sandbox: Remove unused variable warnings

2011-09-23 Thread Simon Glass
Hi Mike, On Sat, Sep 17, 2011 at 5:25 PM, Mike Frysinger wrote: > On Saturday, September 17, 2011 12:48:57 Simon Glass wrote: >> There are a few variables set but not used - this marks these as unused >> for the compiler. > > summary says "sandbox:" but i dont think this has anything to do with s

Re: [U-Boot] [RFC PATCH 18/20] sandbox: Remove unused variable warnings

2011-09-17 Thread Mike Frysinger
On Saturday, September 17, 2011 12:48:57 Simon Glass wrote: > There are a few variables set but not used - this marks these as unused > for the compiler. summary says "sandbox:" but i dont think this has anything to do with sandbox. you're just using a newer compiler. > --- a/common/cmd_mem.c >

[U-Boot] [RFC PATCH 18/20] sandbox: Remove unused variable warnings

2011-09-17 Thread Simon Glass
There are a few variables set but not used - this marks these as unused for the compiler. Signed-off-by: Simon Glass --- common/cmd_mem.c|2 +- common/cmd_nvedit.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_mem.c b/common/cmd_mem.c index 4daa1b3.