Skip to content
  • Plouj's avatar
    fixed misc/stats.c:399: warning: comparison between signed and unsigned in... · 47240a15
    Plouj authored and Rafaël Carré's avatar Rafaël Carré committed
    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.
    47240a15