]> granicus.if.org Git - procps-ng/commit
vmstat: fix compiler warnings
authorSami Kerola <kerolasa@iki.fi>
Sat, 25 Feb 2012 20:40:55 +0000 (21:40 +0100)
committerCraig Small <csmall@enc.com.au>
Sat, 3 Mar 2012 07:28:52 +0000 (18:28 +1100)
commitafa45f0da02566b065fcb92709ff86e43783627e
tree76a3979387ee5b134253571d0a7c5f0a0c9ee576
parentb3a76657808574d758f5bb40fd97db52f3287072
vmstat: fix compiler warnings

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: Sami Kerola <kerolasa@iki.fi>
vmstat.c