urcu-wait: Initialize node in URCU_WAIT_NODE_INIT
authorOlivier Dion <odion@efficios.com>
Fri, 14 Jul 2023 17:09:21 +0000 (13:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 Jul 2023 17:14:25 +0000 (13:14 -0400)
commit542fb0dc9860863b1a869f9ad526da699b2179ff
tree732f35715bf74dd14f0eca1cc6b64f0953e3f4a8
parent29b2b11ef53eee2848dd06fba8c49003e17c539f
urcu-wait: Initialize node in URCU_WAIT_NODE_INIT

C++ emits warnings with the URCU_WAIT_NODE_INIT() macro because the
member node is not initialized.

Fix this by initializing the node to null.

Change-Id: I7ee3b35624ef61cab826e3668f111e2483ca3c05
Signed-off-by: Olivier Dion <odion@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/urcu-wait.h
This page took 0.024418 seconds and 4 git commands to generate.