Skip to content
  • Sami Kerola's avatar
    vmstat: fix compiler warnings · afa45f0d
    Sami Kerola authored
    
    
    vmstat.c:408:10: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long long unsigned int' [-Wformat]
    vmstat.c:644:2: warning: ISO C does not support the '%Lu' gnu_printf format [-Wformat]
    vmstat.c:645:2: warning: ISO C does not support the '%Lu' gnu_printf format [-Wformat]
    vmstat.c:646:2: warning: ISO C does not support the '%Lu' gnu_printf format [-Wformat]
    vmstat.c:647:2: warning: ISO C does not support the '%Lu' gnu_printf format [-Wformat]
    vmstat.c:648:2: warning: ISO C does not support the '%Lu' gnu_printf format [-Wformat]
    vmstat.c:649:2: warning: ISO C does not support the '%Lu' gnu_printf format [-Wformat]
    vmstat.c:650:2: warning: ISO C does not support the '%Lu' gnu_printf format [-Wformat]
    vmstat.c:651:2: warning: ISO C does not support the '%Lu' gnu_printf format [-Wformat]
    
    Signed-off-by: default avatarSami Kerola <kerolasa@iki.fi>
    afa45f0d