Date: Tue, 18 Apr 2000 13:45:57 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Patrick Bihan-Faou <patrick@mindstep.com> Cc: Poul-Henning Kamp <phk@critter.freebsd.dk>, freebsd-current@FreeBSD.ORG Subject: Re: FreeBSD Build status Message-ID: <Pine.BSF.4.21.0004181345050.11848-100000@alphplex.bde.org> In-Reply-To: <01a501bfa8b7$19f2fe60$040aa8c0@local.mindstep.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0004181345050.11848-100000>
