On Thu, May 25, 2017 at 7:03 PM, kbuild test robot <l...@intel.com> wrote:
>>> cc1: warning: unrecognized command line option >>> "-Wno-suggest-attribute=format" >>> cc1: warning: unrecognized command line option >>> "-Wno-unused-but-set-variable" >>> cc1: warning: unrecognized command line option "-Wno-unused-const-variable" Ah right, these need to use "$(cc-disable-warning)" in the Makefile. I also missed this when I looked at the original patch/ Arnd