Re: [U-Boot] [PATCH] spl: Fix compiling warning on gunzip argument

2017-09-15 Thread York Sun
On 09/15/2017 08:10 AM, Jean-Jacques Hiblot wrote: > Hi York, > > > On 14/09/2017 21:41, York Sun wrote: >> common/spl/spl_fit.c:201:12: warning: passing argument 4 of ‘gunzip’ >> from incompatible pointer type [-Wincompatible-pointer-types] >> src, &length)) >> >> Signed-off-by: York Su

Re: [U-Boot] [PATCH] spl: Fix compiling warning on gunzip argument

2017-09-15 Thread Jean-Jacques Hiblot
Hi York, On 14/09/2017 21:41, York Sun wrote: common/spl/spl_fit.c:201:12: warning: passing argument 4 of ‘gunzip’ from incompatible pointer type [-Wincompatible-pointer-types] src, &length)) Signed-off-by: York Sun Reported-by: Heinrich Schuchardt --- common/spl/spl_fit.c | 4 +++

[U-Boot] [PATCH] spl: Fix compiling warning on gunzip argument

2017-09-14 Thread York Sun
common/spl/spl_fit.c:201:12: warning: passing argument 4 of ‘gunzip’ from incompatible pointer type [-Wincompatible-pointer-types] src, &length)) Signed-off-by: York Sun Reported-by: Heinrich Schuchardt --- common/spl/spl_fit.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) d