fix: use correct function to print 'enum bt_ctf_scope'
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 23 Jan 2020 15:47:34 +0000 (10:47 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 23 Jan 2020 17:09:40 +0000 (12:09 -0500)
commitf100cb589822addb6529cf0e542fe1f63e5ebcc2
tree26ae39ed68cf313b9da06fb2f8b480950eff811e
parentaf597f37371c47fb3ce4e605d9675b53dca6daf1
fix: use correct function to print 'enum bt_ctf_scope'

Building with GCC10 results in the following error:

implicit conversion from 'enum bt_ctf_scope' to 'enum bt_field_path_scope' [-Werror=enum-conversion]

Change-Id: Id1144231f8439444696e4683dff2b0abf0d26d60
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2851
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
src/ctf-writer/utils.h
This page took 0.02392 seconds and 4 git commands to generate.