From 0cdd83dbc43ff5490a32b26c914a172c17b29b7c Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Wed, 26 Feb 2014 12:51:44 +0100 Subject: [PATCH] mce_qd: fix unused variable warn --- src/mce_qd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mce_qd.cpp b/src/mce_qd.cpp index 4a1b1f1..fb00a3a 100644 --- a/src/mce_qd.cpp +++ b/src/mce_qd.cpp @@ -401,7 +401,7 @@ int privkey::decrypt (const bvector & in, bvector & out, bvector & errors) { if (in.size() != cipher_size() ) return 2; polynomial synd; - uint i, j, tmp; + uint i, tmp; /* * compute the syndrome from alternant check matrix