Kaydet (Commit) 8fa0cda0 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705326 deliberate fallthrough in switch

I imagine its deliberate anyway, always has been
this way since 2000

Change-Id: I45fd654aeec2a5c753c38d20febd2f820044bb32
üst b66a96d7
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment