diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-08 15:28:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-08 20:45:13 +0100 |
commit | 8fa0cda00488b9726976d978dde14ea386508f93 (patch) | |
tree | d09e263d168449972c83a7ea1c63e88692074be4 /tools/source | |
parent | b66a96d792e9ef8022547f835ed4633c8e7f4c10 (diff) |
coverity#705326 deliberate fallthrough in switch
I imagine its deliberate anyway, always has been
this way since 2000
Change-Id: I45fd654aeec2a5c753c38d20febd2f820044bb32
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/inet/inetmime.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/source/inet/inetmime.cxx b/tools/source/inet/inetmime.cxx index 9f69e72a019a..0b509c7f122a 100644 --- a/tools/source/inet/inetmime.cxx +++ b/tools/source/inet/inetmime.cxx @@ -3101,6 +3101,7 @@ void INetMIMEEncodedWordOutputSink::finish(bool bWriteTrailer) } m_rSink << "?="; } + //fall-through case CODING_ENCODED_TERMINATED: if (m_rSink.getColumn() + nSize > m_rSink.getLineLengthLimit() - 1) |