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

coverity#703954 Unchecked return value

Change-Id: Ifc8a4c2a3f22fc12b620a3bd0dd8ace57a99629c
üst da5c8e28
......@@ -583,7 +583,7 @@ bool Sane::Start( BitmapTransporter& rBitmap )
}
}
if( ( nOption = GetOptionByName( "resolution" ) ) != -1 )
GetOptionValue( nOption, fResl );
(void)GetOptionValue( nOption, fResl );
sal_uInt8* pBuffer = NULL;
......
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