From 302d9cc848d77abdff5d4823454471d4b519329b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 3 Oct 2011 13:49:40 +0300 Subject: WaE: unreachable code --- autodoc/source/ary_i/kernel/ci_text2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autodoc') diff --git a/autodoc/source/ary_i/kernel/ci_text2.cxx b/autodoc/source/ary_i/kernel/ci_text2.cxx index d5d60c7b2399..00a5a7eb32fc 100644 --- a/autodoc/source/ary_i/kernel/ci_text2.cxx +++ b/autodoc/source/ary_i/kernel/ci_text2.cxx @@ -83,7 +83,7 @@ DocuTex2::IsEmpty() const for ( ary::inf::DocuTex2::TokenList::const_iterator iter = aTokens.begin(); iter != aTokens.end(); - ++iter ) + ) { return false; } -- cgit