From dd76819014c4e9d75c4b9613e888f7536c676a46 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 28 Mar 2011 14:46:36 +0200 Subject: Fixed a few warnings emitted by gcc 4.6. --- cipher/md.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cipher/md.c') diff --git a/cipher/md.c b/cipher/md.c index 053eab13..c3b3a4f3 100644 --- a/cipher/md.c +++ b/cipher/md.c @@ -1232,6 +1232,7 @@ md_stop_debug( gcry_md_hd_t md ) volatile u64 b = 42; volatile u64 c; c = a * b; + (void)c; } #endif } -- cgit v1.2.1