On Fri, Mar 25, 2022 at 7:35 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote: > WERROR should not be enabled for regular builds. No. WERROR should be on for regular builds. It's W=1 that is questionable. It enables warnings that are often false positives, and if you use W=1 (and particularly W=2) then that's _your_ problem. W=1 is most definitely not "regular builds". It's only for people who want to deal with crazy compiler warnings. I want WERROR on as widely as possible, because I'm really sick and tired of developers not noticing when they add warnings because they did a "regular build" Stop this idiocy where you think warnings are acceptable. Linus