From f23b9ae6bbc4a82e4e9258a6a1d8ca84d6b5d8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 18 Nov 2019 09:42:28 +0000 Subject: [PATCH] cid#1249470 Uninitialized scalar field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit use comment as an annotation Change-Id: Ia8b5ba157d0d240c4a3e6beed74d66e6d34d1a32 Reviewed-on: https://gerrit.libreoffice.org/83067 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/inc/token.hxx | 3 +-- 1 file changed, 1 insertion(+), 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 )