From 9a6df113d3192c4246832388299a4b45b3668d6c Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Wed, 22 Jun 2022 23:29:08 +0700 Subject: Warnings cleanup --- crypto/src/bzip2/CBZip2OutputStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src/bzip2/CBZip2OutputStream.cs') diff --git a/crypto/src/bzip2/CBZip2OutputStream.cs b/crypto/src/bzip2/CBZip2OutputStream.cs index 33013b0d9..045506931 100644 --- a/crypto/src/bzip2/CBZip2OutputStream.cs +++ b/crypto/src/bzip2/CBZip2OutputStream.cs @@ -1545,7 +1545,7 @@ namespace Org.BouncyCastle.Bzip2 mtfFreq[i] = 0; } - int j, wr = 0, zPend = 0; + int wr = 0, zPend = 0; for (i = 0; i < count; i++) { byte blockByte = blockBytes[zptr[i]]; -- cgit 1.5.1