Re: [U-Boot] [PATCH v2 04/20] x86: Disable -Werror

2015-04-29 Thread Simon Glass
On 28 April 2015 at 20:25, Simon Glass wrote: > This is annoying during development and serves no useful purpose since > warnings are clearly displayed now that we are using Kbuild. Remove this > option. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > ar

[U-Boot] [PATCH v2 04/20] x86: Disable -Werror

2015-04-28 Thread Simon Glass
This is annoying during development and serves no useful purpose since warnings are clearly displayed now that we are using Kbuild. Remove this option. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/cpu/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 del