Cleanup: remove plugin-common.h
[babeltrace.git] / src / plugins / ctf / fs-src / fs.c
index 5ff6d352a723d4f2763a5c8836aca9266e97bba0..0361018b0d5143ff4d14e64f185dae09057c81e2 100644 (file)
@@ -28,7 +28,6 @@
 #include "common/common.h"
 #include <babeltrace2/babeltrace.h>
 #include "compat/uuid.h"
-#include "plugins/plugins-common.h"
 #include <glib.h>
 #include "common/assert.h"
 #include <inttypes.h>
@@ -1928,7 +1927,7 @@ end:
 BT_HIDDEN
 bt_self_component_status ctf_fs_init(
                bt_self_component_source *self_comp,
-               const bt_value *params, UNUSED_VAR void *init_method_data)
+               const bt_value *params, __attribute__((unused)) void *init_method_data)
 {
        struct ctf_fs_component *ctf_fs;
        bt_self_component_status ret = BT_SELF_COMPONENT_STATUS_OK;
This page took 0.023518 seconds and 4 git commands to generate.