ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

From: Chris Maynard <chris.maynard@xxxxxxxxx>
Date: Mon, 28 Mar 2011 22:31:13 +0000 (UTC)
Stephen Fisher <steve@...> writes:

> packet-vnc.c(1970) : warning C4018: '>' : signed/unsigned mismatch
> 
> Any ideas?

I added a cast that fixes it.  I'm not 100% sure why the warning, but I think it
might be because the multiplication operation promotes the guint8's to int's.