Kaydet (Commit) 2ec4c8b0 authored tarafından Eike Rathke's avatar Eike Rathke

converity#1249470 Uninitialized scalar field

comment it's unnecessary

Change-Id: Iebf2d1dbed1f9c1e2e09144f47e73d9628355f2e
üst 4c3dbdd2
......@@ -383,6 +383,8 @@ public:
{
pS = 0;
pD = rT.GetDoubleRef();
// aDub intentionally not initialized, unnecessary
// because unused.
}
}
SingleDoubleRefModifier( ScSingleRefData& rS )
......
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