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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commitdeb048292dff27f7f55427d46bb59f5eb0f02f4c
tree87ae72c2559930ce5c2006706ab13246ec75e57f
parentb28202d9065c744d977fd277d31e02e946610dbc
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.025063 seconds and 5 git commands to generate.