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:36 +0000 (08:39 -0400)
commit5cedb8543795f9ebc989fa705d1db7eb7855158e
tree4a5fc725081a2d7dae89a6dc52b5123512a40a1f
parentbf687a4fa23269a7fe8bfa4dbd30a5f3c501e1c3
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.024616 seconds and 4 git commands to generate.