]> granicus.if.org Git - neomutt/commit
fix gcc 4.6 warning -Wunused-but-set-variable in crypt-gpgme.c
authorOlaf Hering <olaf@aepfle.de>
Mon, 23 May 2011 10:59:12 +0000 (12:59 +0200)
committerOlaf Hering <olaf@aepfle.de>
Mon, 23 May 2011 10:59:12 +0000 (12:59 +0200)
commit5d36c3f95f638c3e4abac522c413badc2bdfa6bf
tree871d3dfaff7f004017452c33458bcd875bb61100
parent60c93af0f9ea8944f81d2256696aa199f12c9765
fix gcc 4.6 warning -Wunused-but-set-variable in crypt-gpgme.c

crypt-gpgme.c: In function 'show_one_sig_status':
crypt-gpgme.c:1311:21: warning: variable 'uid' set but not used [-Wunused-but-set-variable]
crypt-gpgme.c: In function 'pgp_gpgme_application_handler':
crypt-gpgme.c:2285:27: warning: variable 'anywarn' set but not used [-Wunused-but-set-variable]
crypt-gpgme.c:2159:8: warning: variable 'start_pos' set but not used [-Wunused-but-set-variable]
crypt-gpgme.c: In function 'crypt_getkeybystr':
crypt-gpgme.c:4094:7: warning: variable 'match' set but not used [-Wunused-but-set-variable]

Signed-off-by: Olaf Hering <olaf@aepfle.de>
crypt-gpgme.c