Ethereal-dev: Re: [ethereal-dev] Problem with packet-stat.c

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, 18 Nov 1999 12:15:30 -0800 (PST)
> Oh, well.  Nevertheless, I'll check over the *other* complaints it's
> making, and see if they can't be cleaned up....

Another common one comes from GTK+, and I suspect it's also protected.

The only "-pedantic" warnings (as opposed to warnings we've been getting
even without "-pedantic") remaining in the top-level directory (that
being the only one where I did the "-pedantic" test) were complaints
about pointers to something of one signedness was cast to a pointer to a
something of a different signedness - probably casting "char *" to
"u_char *" or "guint8 *", or *vice versa*.