Re: [PATCH] buildman: Pass -Werror to the host compiler too

2023-05-04 Thread Tom Rini
On Fri, Apr 28, 2023 at 01:50:48PM -0600, Simon Glass wrote: > The host compiler is not failing on warnings at present, when the > -E flag is used in buildman. Add the required flag to fix this. > > Signed-off-by: Simon Glass > Tested-by: Tom Rini Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] buildman: Pass -Werror to the host compiler too

2023-04-28 Thread Tom Rini
On Fri, Apr 28, 2023 at 01:50:48PM -0600, Simon Glass wrote: > The host compiler is not failing on warnings at present, when the > -E flag is used in buildman. Add the required flag to fix this. > > Signed-off-by: Simon Glass Since I reported this with a CI build that didn't fail, I can see

[PATCH] buildman: Pass -Werror to the host compiler too

2023-04-28 Thread Simon Glass
The host compiler is not failing on warnings at present, when the -E flag is used in buildman. Add the required flag to fix this. Signed-off-by: Simon Glass --- tools/buildman/builderthread.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/buildman/builderthread.py