From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752525AbaIMAMz (ORCPT ); Fri, 12 Sep 2014 20:12:55 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57660 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752022AbaIMAMy (ORCPT ); Fri, 12 Sep 2014 20:12:54 -0400 Date: Fri, 12 Sep 2014 17:12:52 -0700 From: Andrew Morton To: "Rustad, Mark D" Cc: Michal Nazarewicz , "Kirsher, Jeffrey T" , "linux-kernel@vger.kernel.org" , Hagen Paul Pfeifer , "Steven Rostedt" Subject: Re: [PATCH 2/2] kernel.h: use __COUNTER__ in min and max macros to avoid -Wshadow warnings Message-Id: <20140912171252.a6b651d9ab06edc97c4ff67d@linux-foundation.org> In-Reply-To: <19E5FFA3-9630-4FD7-8E8A-2754D14AFEC2@intel.com> References: <1410471576-12053-1-git-send-email-mina86@mina86.com> <1410471576-12053-2-git-send-email-mina86@mina86.com> <20140912154013.47dad90e7519146c6da115e5@linux-foundation.org> <19E5FFA3-9630-4FD7-8E8A-2754D14AFEC2@intel.com> X-Mailer: Sylpheed 3.2.0beta5 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 12 Sep 2014 23:43:51 +0000 "Rustad, Mark D" wrote: > Do you mean the number of warnings enabled, or the number of warning messages being generated? The latter. My problem is I use crufty old compilers so a number of the warnings I see aren't seen by sane people and it' snot worth mucking up the source to fix them. otoh crufty new compilers add warnings which I won't see...