procps-ng : fix readproc gnu_scanf format warnings
readproc.c: In function 'stat2proc' : readproc.c:516: warning: use of assignment suppression and length modifier together in gnu_scanf format readproc.c:516: warning: use of assignment suppression and length modifier together in gnu_scanf format Signed-off-by: Gilles Espinasse <g.esp@free.fr>
This commit is contained in:
parent
46e47a527f
commit
a75f698977
@ -493,7 +493,7 @@ ENTER(0x160);
|
||||
"%ld "
|
||||
"%lu %"KLF"u %"KLF"u %"KLF"u %"KLF"u %"KLF"u "
|
||||
"%*s %*s %*s %*s " /* discard, no RT signals & Linux 2.1 used hex */
|
||||
"%"KLF"u %*lu %*lu "
|
||||
"%"KLF"u %*u %*u "
|
||||
"%d %d "
|
||||
"%lu %lu",
|
||||
&P->state,
|
||||
|
Loading…
Reference in New Issue
Block a user