Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Visual-Studio

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Mar 2011 16:27:10 -0600
On Mon, Mar 28, 2011 at 04:23:33PM -0600, Stephen Fisher wrote:

> The Windows buildbots are complaining about this change and I don't 
> know why.  I don't have a Windows build to test on, but on Unix it 
> doesn't compain (gcc) even if I add -Wsign-compare.

Thanks for adding that (guint) cast, Chris.  I still don't know why it 
was upset though because guint8 is unsigned just like guint in the 
macro's cast.  Unless it's because guint8 is really an "unsigned char" 
and not specifically an integer type.