summaryrefslogtreecommitdiff
path: root/zinflate.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-07-26 08:35:40 +0000
committerweidai <weidai11@users.noreply.github.com>2003-07-26 08:35:40 +0000
commit7b4f0c9c47c34396272aeb336d74701488cd627f (patch)
tree8f6ef43ba9d4af4a691ba90597c035f130bbd175 /zinflate.cpp
parent84b15bcde2f2bdce70fba62633bb37b0067636e1 (diff)
downloadcryptopp-git-7b4f0c9c47c34396272aeb336d74701488cd627f.tar.gz
remove gcc warnings
Diffstat (limited to 'zinflate.cpp')
-rw-r--r--zinflate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zinflate.cpp b/zinflate.cpp
index 339d1b10..3910c50f 100644
--- a/zinflate.cpp
+++ b/zinflate.cpp
@@ -488,9 +488,9 @@ bool Inflator::DecodeBody()
switch (m_nextDecode)
{
+ case LITERAL:
while (true)
{
- case LITERAL:
if (!pLiteralDecoder->Decode(m_reader, m_literal))
{
m_nextDecode = LITERAL;