From ec56662ba7b4cfaf1335a88854127fac06f376aa Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 20 Mar 2003 20:39:59 +0000 Subject: fix warnings for VC7 and GCC git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@43 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.cpp') diff --git a/test.cpp b/test.cpp index f12b199..21eb4f3 100644 --- a/test.cpp +++ b/test.cpp @@ -638,7 +638,7 @@ void SecretShareFile(int threshold, int nShares, const char *filename, const cha vector_member_ptrs fileSinks(nShares); string channel; - for (unsigned int i=0; i fileSources(threshold); SecByteBlock channel(4); - unsigned int i; + int i; for (i=0; i