Re: [PATCH] Makefile: use -Wno-main in the full kernel tree

From: Linus Torvalds
Date: Mon Aug 16 2021 - 21:32:45 EST


On Mon, Aug 16, 2021 at 3:01 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> That sounds likely. We can just ignore this if you had rather go that way.

I'm happy doing it, I don't think the Wmain warnings buy anything for
the kernel. My main worry is just that some compiler version might not
support it at all or similar, and it would cause problems that way.

Which is really the only reason why I'd like to narrow it down as much
as (trivially) possible.

It doesn't sound worth trying to pinpoint exact gcc version, but
making it gcc-only would at least narrow it down a _bit_.

Linus