From: Michael Jeanson Date: Thu, 20 Jul 2017 21:33:46 +0000 (-0400) Subject: Fix: assignment from incompatible pointer type warnings X-Git-Tag: v0.11.0~54 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=5592d04940700ff2bb06307660e28e47fad0606b;hp=5592d04940700ff2bb06307660e28e47fad0606b;p=urcu.git Fix: assignment from incompatible pointer type warnings On some platforms, mmap returns a caddr_t pointer which generates compiler warnings, cast to the proper pointer type to eliminate them. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---