coverity#984128 Uninitialized scalar field
Change-Id: I4daff986c15bd6fce03fbcfcb8aa4f6e5df967f7
This commit is contained in:
@@ -2871,7 +2871,11 @@ namespace osl_File
|
|||||||
::rtl::ByteSequence aSequence;
|
::rtl::ByteSequence aSequence;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
readLine() :nError1(FileBase::E_None) {}
|
readLine()
|
||||||
|
: nError1(FileBase::E_None)
|
||||||
|
, nCount_write(0)
|
||||||
|
{
|
||||||
|
}
|
||||||
// initialization
|
// initialization
|
||||||
void setUp() SAL_OVERRIDE
|
void setUp() SAL_OVERRIDE
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user