]> granicus.if.org Git - procps-ng/commit
procps-ng : fix pmap unused variable warnings
authorGilles Espinasse <g.esp@free.fr>
Tue, 26 Mar 2013 09:34:22 +0000 (10:34 +0100)
committerCraig Small <csmall@enc.com.au>
Tue, 26 Mar 2013 09:55:51 +0000 (20:55 +1100)
commitbccc2404b6c693e494d81e348a6f31fcc95501f2
tree3237c275d2c76b31a5b1efda500e57e66b7ba580
parenta75f698977f1e8c705a46dac48767aa87df9dd79
procps-ng : fix pmap unused variable warnings

pmap.c: In function 'print_extended_maps':
pmap.c:310: warning: unused variable 'value'
pmap.c: In function 'config_read':
pmap.c:792: warning: unused variable 'section'
pmap.c: In function 'get_default_rc_filename':
pmap.c:969: warning: unused variable 'ret'
pmap.c: In function 'main':
pmap.c:999: warning: unused variable 'default_rc_filename'

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
pmap.c