Kaydet (Commit) ec13a7bd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix warning: Value stored to 'eEncoding' is never read

eEncoding is assigned again a few lines below.

Change-Id: Ib475095bab30e0c2f066934a10cda650706c2c8a
üst f5000d66
...@@ -448,7 +448,6 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const char* pUnixC ...@@ -448,7 +448,6 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const char* pUnixC
{ {
if ( Impl_matchString( pSecondPart, pData->mpCharsetStr ) ) if ( Impl_matchString( pSecondPart, pData->mpCharsetStr ) )
{ {
eEncoding = pData->meTextEncoding;
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