From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-05.nifty.com ([210.131.2.90]:36497 "EHLO conssluserg-05.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751419AbdHaXxn (ORCPT ); Thu, 31 Aug 2017 19:53:43 -0400 MIME-Version: 1.0 In-Reply-To: <20170830140413.9333-1-jthumshirn@suse.de> References: <20170830140413.9333-1-jthumshirn@suse.de> From: Masahiro Yamada Date: Fri, 1 Sep 2017 08:52:55 +0900 Message-ID: Subject: Re: [PATCH v2] Kbuild: enable -Wunused-macros warning for "make W=2" Content-Type: text/plain; charset="UTF-8" Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Johannes Thumshirn Cc: Michal Marek , Linux Kernel Mailinglist , Linux Kbuild mailing list 2017-08-30 23:04 GMT+09:00 Johannes Thumshirn : > We have lots of dead defines and macros in drivers, lets offer users a way > to detect and eventually remove them. > > Signed-off-by: Johannes Thumshirn > --- > > Notes: > Changes to v1: > * Change from W=1 to W=2 > Applied to linux-kbuild. Thanks. -- Best Regards Masahiro Yamada