Fix: assignment from incompatible pointer type warnings
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 20 Jul 2017 21:33:46 +0000 (17:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Jul 2017 12:39:30 +0000 (08:39 -0400)
commit181ca7a66672a51c9643b2462de0c537530b2661
tree581e5a0c708b78975a843a82003173db6cce4011
parent456f759d835036cd316c567ac0edf463ae1fe6b8
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 <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu-bp.c
This page took 0.025469 seconds and 4 git commands to generate.