Cleanup: add bt_ctf_value_type stringifying function
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 18 Dec 2018 18:23:32 +0000 (13:23 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commitff3eac88dc790d4ea62f852a45f25ad7815e492b
tree87ae72c2559930ce5c2006706ab13246ec75e57f
parentf0ebeace0134a23b7a85baa9da86394e99c33284
Cleanup: add bt_ctf_value_type stringifying function

This fixes the following Clang warning:
  trace.c:270:5: error: implicit conversion from enumeration type 'enum
  bt_ctf_value_type' to different enumeration type 'enum bt_value_type'
  [-Werror,-Wenum-conversion]

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
include/babeltrace/ctf-writer/values-internal.h
lib/ctf-writer/trace.c
This page took 0.023844 seconds and 4 git commands to generate.