From af9ded005a3ee211469f88ece35cccf998603e11 Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 26 Jul 2003 08:35:40 +0000 Subject: remove gcc warnings git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@115 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- zinflate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zinflate.cpp') 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; -- cgit v1.2.1