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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:37 +0000 (18:19 -0400)
commitb5401f8b83ea4c0ed9599aa7ed132f9e313bedf3
treeefe894611538f94df4b2e4f8d0944bbba9b14a5d
parent0dcc515fc0ffdb49e059a6f61cd70e31c71e22a7
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.024235 seconds and 4 git commands to generate.