Ethereal-dev: Re: [Ethereal-dev] trailing comma in enumeration

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 23 Jan 2003 18:15:52 -0800
On Thu, Jan 23, 2003 at 07:58:46PM -0600, Albert Chin wrote:
> Needed to fix a warning on Tru64 UNIX 4.0D:
> cc: Info: packet-rsvp.c, line 127: Trailing comma found in enumerator
> list. (trailcomma)
> };
> ^
> cc: Info: packet-rsvp.c, line 237: Trailing comma found in enumerator
> list. (trailcomma)
> };
> ^

Checked in (although it went in after the 0.9.9 release was tagged;
fortunately, it sounds as if it's only a warning, so, while annoying, it
doesn't prevent compilation).