diff options
-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() { |