coverity#1079278 Uninitialized scalar field
Change-Id: Ie5f9629340632b8ab17e3fc940dff8195f7673ce
This commit is contained in:
parent
c755ddf70b
commit
127eeaa09f
@ -2472,7 +2472,12 @@ namespace osl_File
|
||||
sal_uInt64 nCount_write;
|
||||
|
||||
public:
|
||||
getPos() :nError1(FileBase::E_None) {}
|
||||
getPos()
|
||||
: nError1(FileBase::E_None)
|
||||
, nCount_write(0)
|
||||
{
|
||||
}
|
||||
|
||||
// initialization
|
||||
void setUp() SAL_OVERRIDE
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user