Re: [PATCH] kbuild: Properly disable -Wunterminated-string-initialization for clang
From: Linus Torvalds
Date: Wed Apr 30 2025 - 21:58:01 EST
On Wed, 30 Apr 2025 at 15:56, Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
>
> Clang and GCC have different behaviors around disabling warnings
> included in -Wall and -Wextra and the order in which flags are
> specified
Ahh, ok. The clang behavior makes sense, even if it's obviously not
how gcc does it.
Will apply. Thanks,
Linus