lib: Explicit cast to bt_plugin_find_status
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 24 Jul 2019 19:47:09 +0000 (15:47 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 29 Jul 2019 14:47:33 +0000 (10:47 -0400)
commit7aa2e7df65b6f7a87c02d7554c93fcbd3c2d1365
tree8b58293c16f5d6da8e1a61d9a19aa4ca8bef57f0
parentbce81ff21251e1ce35e186f7b6996268a6943c6f
lib: Explicit cast to bt_plugin_find_status

Clang 8.0:
   error: implicit conversion from enumeration type 'bt_plugin_find_all_status' (aka 'enum bt_plugin_find_all_status') to different enumeration type 'enum bt_plugin_find_status' [-Werror,-Wenum-conversion

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: Ie8304eccaa329b953837eb24e5fe4c2b2b81f320
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1765
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/lib/plugin/plugin.c
This page took 0.024701 seconds and 4 git commands to generate.