From: Olivier Dion Date: Thu, 21 Sep 2023 20:16:21 +0000 (-0400) Subject: rculfhash: Only pass integral types to atomic builtins X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=dad4e6b76774924762a4eb56def7fbaee38d7653;hp=dad4e6b76774924762a4eb56def7fbaee38d7653;p=userspace-rcu.git rculfhash: Only pass integral types to atomic builtins Clang expects the pointers passed to atomic builtins to be integral. Fix this by casting nodes address to uintptr_t *. Change-Id: Ifb8833c493df849a542a22f0bb2baeeb85be0297 Signed-off-by: Olivier Dion Signed-off-by: Mathieu Desnoyers ---