Re: [PATCH 1/1] Makefile: don't add -Wno-maybe-uninitialized twice

2024-04-29 Thread Tom Rini
On Tue, 16 Apr 2024 09:35:24 +0200, Heinrich Schuchardt wrote:

> Avoid adding the same flag to KBUILD_CFLAGS twice.
> 
> 

Applied to u-boot/master, thanks!

-- 
Tom




Re: [PATCH 1/1] Makefile: don't add -Wno-maybe-uninitialized twice

2024-04-22 Thread Quentin Schulz

Hi Heinrich,

On 4/16/24 09:35, Heinrich Schuchardt wrote:

Avoid adding the same flag to KBUILD_CFLAGS twice.

Fixes: 8602d97ca2cf ("Makefile: avoid false positive -Wmaybe-uninitialized")
Signed-off-by: Heinrich Schuchardt 


Reviewed-by: Quentin Schulz 

Thanks,
Quentin