From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Camuso Subject: Re: [PATCH 3/3] Add NOWARN and NOERR compile conditions Date: Fri, 31 Jul 2015 13:07:43 -0400 Message-ID: <55BBAB5F.3070005@redhat.com> References: <1438216001-8862-1-git-send-email-tcamuso@redhat.com> <1438216001-8862-4-git-send-email-tcamuso@redhat.com> <20150730025502.GA1692@x> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:45484 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753866AbbGaRHp (ORCPT ); Fri, 31 Jul 2015 13:07:45 -0400 In-Reply-To: <20150730025502.GA1692@x> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Josh Triplett Cc: sparse@chrisli.org, linux-sparse@vger.kernel.org On 07/29/2015 10:55 PM, Josh Triplett wrote: > On Wed, Jul 29, 2015 at 08:26:41PM -0400, Tony Camuso wrote: >> Allows building sparse to avert reporting semantic problems, e.g. >> using sparse as a tokenizer to create a graph of KABI symbols and >> their dependencies. >> >> Signed-off-by: Tony Camuso > > This doesn't seem like something that should be determined at compile > time. Ideally, this should be determined at runtime. > I will be sending the new patch as a reply to the original, though the subject line is different, because I'm using the input switches instead of build-time constants.