Ethereal-dev: Re: [Ethereal-dev] Some unused-{variable, function} warnings from GCC 3.3

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

From: didier <dgautheron@xxxxxxxx>
Date: Thu, 26 Jun 2003 16:46:52 +0000
Guy Harris wrote:
3.3 appears to produce some warnings that earlier versions didn't; here's a list of unused variables/functions complaints it produced.

At least some of these might reflect as-yet-unimplemented bits of dissection, in which case the correct fix isn't to get rid of the variable, the correct fix is to implement those bits of dissection. I'm inclined to leave those variables there as reminders of work to be done.

packet-afp.c:584: warning: `vol_bitmap_vals' defined but not used
It's a bug patch (packet-afp.c.patch.gz) attached.

Makefile.am.patch.gz, again it didn't compile outside the source tree.

Didier

Attachment: Makefile.am.patch.gz
Description: Unix tar archive

Attachment: packet-afp.c.patch.gz
Description: Unix tar archive