Kaydet (Commit) 713850c4 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1340224 Logically dead code

Change-Id: I206701fa068c788f77307a649a607316473e6105
üst f339cd61
...@@ -778,6 +778,7 @@ bool DifParser::ScanFloatVal( const sal_Unicode* pStart ) ...@@ -778,6 +778,7 @@ bool DifParser::ScanFloatVal( const sal_Unicode* pStart )
eS = S_END; eS = S_END;
} }
break; break;
// coverity[dead_error_begin] - following conditions exist to avoid compiler warning
case S_END: case S_END:
OSL_FAIL( "DifParser::ScanFloatVal - unexpected state" ); OSL_FAIL( "DifParser::ScanFloatVal - unexpected state" );
break; break;
......
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