diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-18 09:42:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-18 13:32:07 +0100 |
commit | f23b9ae6bbc4a82e4e9258a6a1d8ca84d6b5d8ec (patch) | |
tree | 5617efb03f859e4b2a1324d595caa0c55e17f5da /sc/inc/token.hxx | |
parent | 3a16dff3b624d08a4193c5f8d9b8e024e750c821 (diff) |
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>
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 317dc9b25bcd..5be5ecda9b48 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -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 ) |