From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Jenkins Date: Mon, 08 Sep 2008 20:07:04 +0000 Subject: Re: [PATCH] threadsafe rules iteration Message-Id: <48C585E8.9040604@tuffmail.co.uk> List-Id: References: <48C113FC.3080203@tuffmail.co.uk> In-Reply-To: <48C113FC.3080203@tuffmail.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Kay Sievers wrote: > On Mon, Sep 8, 2008 at 12:45, Alan Jenkins wrote: > >> Scott James Remnant wrote: >> >>> On Fri, 2008-09-05 at 16:08 +0100, Alan Jenkins wrote: >>> >>> >>> >>>> I think we should be building with -Werror, but I'm not sure how to tell >>>> autoconf/automake. >>>> >>>> >>>> >>> CFLAGS=-Werror >>> >>> Scott >>> >>> >> That doesn't seem to work if I add it to configure.ac... >> >> compiler: /home/alan/bin/cc >> cflags: -g -O2 >> ldflags: >> >> I was hoping for something I could e.g. submit as a patch. >> > > Look at autogen.sh, where the options/warnings are listed I use by > default, but which are not distributed. We better not make it the > default, you can just pass it to your own configure line. > > Kay > Thanks, I'll do that then. Alan