From owner-freebsd-current Mon Apr 17 20:46:15 2000 Delivered-To: freebsd-current@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id 2E88537BB62 for ; Mon, 17 Apr 2000 20:46:06 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (qmail 25325 invoked from network); 18 Apr 2000 03:46:01 -0000 Received: from bde.zeta.org.au (203.2.228.102) by gidora.zeta.org.au with SMTP; 18 Apr 2000 03:46:01 -0000 Date: Tue, 18 Apr 2000 13:45:57 +1000 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Patrick Bihan-Faou Cc: Poul-Henning Kamp , freebsd-current@FreeBSD.ORG Subject: Re: FreeBSD Build status In-Reply-To: <01a501bfa8b7$19f2fe60$040aa8c0@local.mindstep.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Apr 2000, Patrick Bihan-Faou wrote: > The patch: > > --- c-common.c.orig Mon Nov 1 13:41:09 1999 > +++ c-common.c Sat Apr 8 06:32:52 2000 > @@ -1652,7 +1652,7 @@ > /* There should be an int arg to control the string arg. */ > if (params == 0) > { > - warning (tfaff); > + tfaff (); > return; > } > if (info->first_arg_num != 0) > @@ -1675,7 +1675,7 @@ > /* There should be an unsigned char * arg before the string arg. */ > if (params == 0) > { > - warning (tfaff); > + tfaff (); > return; > } > if (info->first_arg_num != 0) > > Should I just send a PR ? No, there is already a PR for this (15549). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message