]> granicus.if.org Git - mutt/commit
fix gcc 4.6 warning -Wunused-but-set-variable in pgppubring.c
authorOlaf Hering <olaf@aepfle.de>
Mon, 23 May 2011 10:59:14 +0000 (12:59 +0200)
committerOlaf Hering <olaf@aepfle.de>
Mon, 23 May 2011 10:59:14 +0000 (12:59 +0200)
commit8b52b8d15f8c00ecc240e95d1d4e0b83a0f34de5
treec31b983ee6f7b31c00fc4f189bd31fa503fe081a
parentf808969d866b9489a7ab07355bd3cfd45320eae2
fix gcc 4.6 warning -Wunused-but-set-variable in pgppubring.c

pgppubring.c: In function 'pgp_parse_pgp3_sig':
pgppubring.c:424:17: warning: variable 'hashalg' set but not used [-Wunused-but-set-variable]
pgppubring.c:423:17: warning: variable 'pkalg' set but not used [-Wunused-but-set-variable]

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