fixed misc/stats.c:399: warning: comparison between signed and unsigned in...
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.
Showing
Please register or sign in to comment