Wireshark-dev: Re: [Wireshark-dev] FYI: Status of gcc warnings in epan/dissectors
From: Jeff Morriss <jeff.morriss@xxxxxxxxxxx>
Date: Wed, 28 Mar 2007 15:04:27 +0800

Stephen Fisher wrote:
Almost all of the warnings I've fixed so far are "sign mismatches" between guint8* and (g)char* :(. 552 of the 795 remaining warnings outside of the .cnf files are this problem.

Is casting away signed and unsigned really the way to go with that?