Re: [PATCH v2] kbuild: add -Wno-unused-but-set-variable flag unconditionally

2018-10-09 Thread Masahiro Yamada
On Tue, Oct 2, 2018 at 10:33 AM Masahiro Yamada wrote: > > We have raised the compiler requirement from time to time. > With commit cafa0010cd51 ("Raise the minimum required gcc version > to 4.6"), the minimum for GCC is 4.6 now. > > This flag was added by GCC 4.6, and it is recognized by ICC as w

Re: [PATCH v2] kbuild: add -Wno-unused-but-set-variable flag unconditionally

2018-10-02 Thread Nick Desaulniers
On Mon, Oct 1, 2018 at 6:33 PM Masahiro Yamada wrote: > > We have raised the compiler requirement from time to time. > With commit cafa0010cd51 ("Raise the minimum required gcc version > to 4.6"), the minimum for GCC is 4.6 now. > > This flag was added by GCC 4.6, and it is recognized by ICC as we