summaryrefslogtreecommitdiff
path: root/zinflate.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-26 08:35:40 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-26 08:35:40 +0000
commitaf9ded005a3ee211469f88ece35cccf998603e11 (patch)
tree8f6ef43ba9d4af4a691ba90597c035f130bbd175 /zinflate.cpp
parent244bc80865242575f546a8dd0f50138226015751 (diff)
downloadcryptopp-af9ded005a3ee211469f88ece35cccf998603e11.tar.gz
remove gcc warnings
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@115 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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 339d1b1..3910c50 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;