Change-Id: I53aed5857863162d1c6bbfa5ee5bf63be3d7de58
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156119
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2023-08-25 18:51:46 +02:00 committed by Julien Nabet
parent 8bb505d3e1
commit bc7464f387

View file

@ -88,7 +88,7 @@ deadlock:DeInitVCL
# but I can't see how it could lead to a problem in practice
deadlock:ItemHolder1::impl_addItem
# ignore warning aboure nRefCount in sal_Sequence.
# ignore warning about nRefCount in sal_Sequence.
# <sberg> noelgrandin, we generally assume that sal_Int32 is small enough, and hardware sane enough,
# that reading it will always give a sane value, i.e., if the read happens in parallel with a write,
# the read produces either the old, original value, or the newly written one.