fix: int8_t is not considered an integer
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 25 Mar 2021 17:07:21 +0000 (13:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 29 Mar 2021 18:01:15 +0000 (14:01 -0400)
commitd465835d05ead88505e49aa62319b22dfc1fc026
tree29d04b591f966a318eeeb41251d94d71969d2070
parent7ae0a9445db9a97a43f0054bd38144bfddb00ce0
fix: int8_t is not considered an integer

Add 'signed char' to the list of types we consider integers. Since 'char'
being signed or unsigned is implementation dependant, we have to
explicitly list 'char', 'signed char' and 'unsigned char' as integer
types.

Change-Id: I3aace2621f14f54e5d88d43de509a6cffde66c5b
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-utils.h
This page took 0.02528 seconds and 4 git commands to generate.