]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/pager: fix compiler warnings
authorKarel Zak <kzak@redhat.com>
Mon, 23 Apr 2012 09:57:50 +0000 (11:57 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 23 Apr 2012 09:57:50 +0000 (11:57 +0200)
commit505abd8434f41f5ed4d01ddceeaf78f37e90c368
treef69123c11646eac6e0d2a88033619106c01b95fd
parent35717a57ac290490c464451a57c960266da3c5d4
lib/pager: fix compiler warnings

pager.c: In function ‘start_command’:
pager.c:82:7: warning: unused variable ‘err’ [-Wunused-variable]
pager.c:49:25: warning: unused variable ‘fderr’ [-Wunused-variable]
pager.c:49:15: warning: unused variable ‘fdout’ [-Wunused-variable]
pager.c:48:25: warning: unused variable ‘need_err’ [-Wunused-variable]
pager.c:48:15: warning: unused variable ‘need_out’ [-Wunused-variable]

Signed-off-by: Karel Zak <kzak@redhat.com>
lib/pager.c