]> git.sesse.net Git - vlc/commit
fixed misc/stats.c:399: warning: comparison between signed and unsigned in function...
authorMichael Ploujnikov <ploujj@gmail.com>
Thu, 17 Apr 2008 01:21:33 +0000 (21:21 -0400)
committerRafaël Carré <funman@videolan.org>
Thu, 17 Apr 2008 05:42:42 +0000 (07:42 +0200)
commit47240a152bd03e4775f265c9c5ed8fe73e90ddee
treef0ba6ee36989b1aef254fbaff59f284fa742703a
parentc573b4d052a35a4dd409825c1472b0685fba2007
fixed misc/stats.c:399: warning: comparison between signed and unsigned in function '__stats_TimerClean'

Based on usage of i_id, other stats_* functions and my opinion i_id should be unsigned int instead of int, but I might be missing the bigger picture related to changing public APIs. Please, let me know how to correctly deal with such warnings.
include/vlc_messages.h
src/misc/stats.c