diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-03 13:49:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-03 13:56:32 +0300 |
commit | 302d9cc848d77abdff5d4823454471d4b519329b (patch) | |
tree | 30f53df5e69de508222684be938c14b1b24b544f /autodoc | |
parent | 15202ad5b26ff48dc937ed12b57d53108c2731e4 (diff) |
WaE: unreachable code
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/ary_i/kernel/ci_text2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |