cid#1249470 Uninitialized scalar field
use comment as an annotation Change-Id: Ia8b5ba157d0d240c4a3e6beed74d66e6d34d1a32 Reviewed-on: https://gerrit.libreoffice.org/83067 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
3a16dff3b6
commit
f23b9ae6bb
1 changed files with 1 additions and 2 deletions
|
@ -418,8 +418,7 @@ public:
|
|||
{
|
||||
pS = nullptr;
|
||||
pD = rT.GetDoubleRef();
|
||||
// aDub intentionally not initialized, unnecessary
|
||||
// because unused.
|
||||
// coverity[uninit_member] - aDub intentionally not initialized, unnecessary because unused.
|
||||
}
|
||||
}
|
||||
SingleDoubleRefModifier( ScSingleRefData& rS )
|
||||
|
|
Loading…
Reference in a new issue