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:24 +0000 (08:39 -0400)
commitb08a34df372c9284b5cc0c24179fafee63a82a87
treed7fa0551153081e1d362a61e75ad92b9a52766b1
parent9bc66fb578c9d884b32ad937dfc152a7064e816b
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>
src/urcu-bp.c
This page took 0.024507 seconds and 4 git commands to generate.