Re: [U-Boot] [PATCH 2/4] buildman: add option -E for treating compiler warnings as errors

2018-02-04 Thread Simon Glass
`On 25 January 2018 at 10:21, Daniel Schwierzeck wrote: > Add a new option '-E' for treating all compiler warnings as errors. > Eventually this will pass 'W=err' to Kbuild. nit: I read 'eventually' as 'in a future patch' How about 'This will cause buildman to pass ...' ? > > Signed-off-by: Dani

[U-Boot] [PATCH 2/4] buildman: add option -E for treating compiler warnings as errors

2018-01-25 Thread Daniel Schwierzeck
Add a new option '-E' for treating all compiler warnings as errors. Eventually this will pass 'W=err' to Kbuild. Signed-off-by: Daniel Schwierzeck --- tools/buildman/builder.py | 5 - tools/buildman/builderthread.py | 2 ++ tools/buildman/cmdline.py | 2 ++ tools/buildman/contro