diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-05-23 08:36:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-05-23 10:55:45 +0200 |
commit | 6974647815a4bebf57136be9d7cb28d4137e96b3 (patch) | |
tree | 5fbab6f8a6577862dc595b85a1f6e84f2a69f8fb /binaryurp | |
parent | 123d3a9301c90925c23cfb4806d7b0be01b975d6 (diff) |
cid#1504543 Silence unhelpful, aggressive UNINIT_CTOR
Change-Id: Ida0c1bfd34ee68968b22579492bce4b137fa8a93
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134749
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/bridge.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index db6866ec1641..7d73d6dd7b00 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -202,6 +202,7 @@ Bridge::Bridge( throw css::uno::RuntimeException("URP: no C++ UNO mapping"); } passive_.set(); + // coverity[uninit_member] - random_ is set in due course by the reader_ thread's state machine } void Bridge::start() { |