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)
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>

No differences found
This page took 0.040016 seconds and 4 git commands to generate.