Date: Thu, 25 Apr 2002 08:53:43 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Garance A Drosihn <drosih@rpi.edu> Cc: sparc64@FreeBSD.ORG Subject: Re: hosted-gcc_20020419.tar.bz2 uploaded Message-ID: <20020425085343.A68745@dragon.nuxi.com> In-Reply-To: <p05111711b8ed53026dff@[128.113.24.47]>; from drosih@rpi.edu on Thu, Apr 25, 2002 at 03:12:41AM -0400 References: <20020420194116.A92671@dragon.nuxi.com> <p05111703b8ea1ccbbd40@[128.113.24.47]> <20020422135153.A50570@dragon.nuxi.com> <p05111700b8ea33d21f0a@[128.113.24.47]> <20020424192940.B35128@dragon.nuxi.com> <p05111711b8ed53026dff@[128.113.24.47]>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 25, 2002 at 03:12:41AM -0400, Garance A Drosihn wrote: > > > |_ ../net.c:278: warning: pointer of type `void *' used in arithmetic > >> > >> Should va_arg() be changed? > > > >You (the port) may not be using the proper va_args header. > > From SUSv2, the only header required is stdarg.h. The issue isn't the name of the header; but which _instance_ of the header. Gcc has private headers that are used rather than the system ones. At this point I would just ignore this particular warning. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020425085343.A68745>