Hi,

The OpenBSD compiler shoots out a warning about this line:

if (event->x < -2048 || event->y < -2048 || event->numVisibleRects < 0)

The warning is that numVisibleRects is actually unsigned so seeing if it is
less than zero always evaluates to false.

Not a big deal, but does anyone mind if I just pull that third comparison
out?  Or is this a bug that someone needs to look at?

Thanks,
Bryan
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to