Re: [U-Boot] [PATCH 1/2] GCC47: Fix warning in cmd_nand.c

2012-04-29 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201204291511.36960.ma...@denx.de> you wrote: > > > Yes, I think I can: don't use funny characters like these quotes > > > around "arg_off_size" and "maxsize" in the commit messages. > > > > Looking closer at it, it's not standard "'" quote

Re: [U-Boot] [PATCH 1/2] GCC47: Fix warning in cmd_nand.c

2012-04-29 Thread Wolfgang Denk
Dear Marek Vasut, In message <201204291511.36960.ma...@denx.de> you wrote: > > > Yes, I think I can: don't use funny characters like these quotes > > around "arg_off_size" and "maxsize" in the commit messages. > > Looking closer at it, it's not standard "'" quote character, what the heck. > But

Re: [U-Boot] [PATCH 1/2] GCC47: Fix warning in cmd_nand.c

2012-04-29 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <1335652120-2646-1-git-send-email-ma...@denx.de> you wrote: > > cmd_nand.c: In function ‘arg_off_size’: > > cmd_nand.c:216:5: warning: ‘maxsize’ may be used uninitialized in this > > function [-Wmaybe-uninitialized] > > > > Signed-off-by: Ma

Re: [U-Boot] [PATCH 1/2] GCC47: Fix warning in cmd_nand.c

2012-04-29 Thread Wolfgang Denk
Dear Marek Vasut, In message <1335652120-2646-1-git-send-email-ma...@denx.de> you wrote: > cmd_nand.c: In function ‘arg_off_size’: > cmd_nand.c:216:5: warning: ‘maxsize’ may be used uninitialized in this > function [-Wmaybe-uninitialized] > > Signed-off-by: Marek Vasut > Cc: Scott Wood > Cc: W

[U-Boot] [PATCH 1/2] GCC47: Fix warning in cmd_nand.c

2012-04-28 Thread Marek Vasut
cmd_nand.c: In function ‘arg_off_size’: cmd_nand.c:216:5: warning: ‘maxsize’ may be used uninitialized in this function [-Wmaybe-uninitialized] Signed-off-by: Marek Vasut Cc: Scott Wood Cc: Wolfgang Denk --- common/cmd_nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) NOTE: Why

Re: [U-Boot] [PATCH 1/2] GCC47: Fix warning in cmd_nand.c

2012-04-28 Thread Marek Vasut
Dear Marek Vasut, > cmd_nand.c: In function ‘arg_off_size’: > cmd_nand.c:216:5: warning: ‘maxsize’ may be used uninitialized in this > function [-Wmaybe-uninitialized] AW CRAP ... ignore this, damn encoding problem. > > Signed-off-by: Marek Vasut > Cc: Scott Wood > --- > common/cmd_n

[U-Boot] [PATCH 1/2] GCC47: Fix warning in cmd_nand.c

2012-04-28 Thread Marek Vasut
cmd_nand.c: In function ‘arg_off_size’: cmd_nand.c:216:5: warning: ‘maxsize’ may be used uninitialized in this function [-Wmaybe-uninitialized] Signed-off-by: Marek Vasut Cc: Scott Wood --- common/cmd_nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/