Ethereal-dev: Re: [Ethereal-dev] Pretty large patch . . .

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Mon, 29 Apr 2002 01:18:53 -0700
On Fri, Apr 26, 2002 at 01:22:35PM -0500, David Frascone wrote:
> I got a bug up my rump, and, for some reason, cleaned up all the unused
> parameters in Ethereal.

Presumably meaning "unused variables and functions" - your patch didn't
remove or add _U_ for any parameters.

> If the parameter was a global (like a hf_something),
> I ifdefed it out (since it probably needs to be there, but isn't implemented
> yet).  If it was a local function variable, I removed it.

Checked in, except for:

> I also removed the -Wno-unused from configure.in

	that, as there are still a lot of warnings left, and I don't want
	them to hide other warnings

and

	the GIOP plugins, as they're generated from a script, and the
	script is what needs to be fixed.