summaryrefslogtreecommitdiff
path: root/cipher/md.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-03-28 14:46:36 +0200
committerWerner Koch <wk@gnupg.org>2011-03-28 14:46:36 +0200
commitdd76819014c4e9d75c4b9613e888f7536c676a46 (patch)
tree065cea5055f317e3d2513868af1a01fc31edb5db /cipher/md.c
parent9730275d294b4d9cbbb2453541f001c95f5f31a3 (diff)
downloadlibgcrypt-dd76819014c4e9d75c4b9613e888f7536c676a46.tar.gz
Fixed a few warnings emitted by gcc 4.6.
Diffstat (limited to 'cipher/md.c')
-rw-r--r--cipher/md.c1
1 files changed, 1 insertions, 0 deletions
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
}