From: Olivier Dion Date: Fri, 14 Jul 2023 17:09:21 +0000 (-0400) Subject: urcu-wait: Initialize node in URCU_WAIT_NODE_INIT X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=3a10734e5c475792ce16f9d0f254cec43083ead7;hp=3a10734e5c475792ce16f9d0f254cec43083ead7;p=userspace-rcu.git 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 Signed-off-by: Mathieu Desnoyers ---