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>
Fri, 12 Apr 2019 21:26:17 +0000 (17:26 -0400)
commit46128b42c81f13a5aa450f1b49035fe3733bc6eb
tree9f8b6cf5a1e73a57b45797fa6b8dc78634feaf75
parentd1aec10cca77c88a96f561ef8d0b5ec2ef5bb5ce
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.027398 seconds and 5 git commands to generate.