[vlc-devel] [PATCH] fix qt unsigned comparison warnings

Pierre Lamot pierre at videolabs.io
Fri Sep 18 09:37:53 CEST 2020


Hi, I think this should probably be the other way around

The method is either called with as argument `int QModelIndex::row()` or 
an int index.
you should rather change the argument from unsigned to signed.

On 2020-09-17 23:06, Lyndon Brown wrote:
> currently a ton of warnings are printed in the build output due to a
> couple of checks that treat an unsigned var as though signed. the
> attached patch fixes the problem.
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list