Fix: lttng_channel_syscall_mask() bool use in bitfield
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 8 Dec 2017 19:17:21 +0000 (14:17 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 8 Dec 2017 19:17:21 +0000 (14:17 -0500)
commite2129868ffc39d0277d39f67084398e2412cf7c6
tree713d0f4f14df01c8b419d9739f48ce0278663682
parent071c76b533ed92a4107cd162826a08a18b9ff91c
Fix: lttng_channel_syscall_mask() bool use in bitfield

gcc 7 warns about using ~ on a bool. Pass a char as input type instead.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-syscalls.c
This page took 0.025043 seconds and 4 git commands to generate.