Date: Fri, 04 Feb 2011 09:23:01 -0700 From: Warner Losh <imp@bsdimp.com> To: Bruce Cran <bruce@cran.org.uk> Cc: svn-src-head@FreeBSD.org, Adrian Chadd <adrian@FreeBSD.org>, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org Subject: Re: svn commit: r218238 - head/sys/dev/ath Message-ID: <4D4C27E5.2020708@bsdimp.com> In-Reply-To: <20110203230721.GA47981@muon.cran.org.uk> References: <201102032026.p13KQQX2057419@svn.freebsd.org> <20110203230721.GA47981@muon.cran.org.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On 02/03/2011 16:07, Bruce Cran wrote: > On Thu, Feb 03, 2011 at 08:26:26PM +0000, Adrian Chadd wrote: >> if (ni != NULL) { >> +#if NOTYET >> /* tag AMPDU aggregates for reorder processing */ > This seems to have broken the build because NOTYET isn't defined. ANSI C states that all undefined preprocessor variables shall expand to 0. If we have a warning on that complains, we should turn it off. Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D4C27E5.2020708>