Change-Id: I2e7776e2387df40026641683bf2f4e90995f88ce
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2258
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
-Wno-double-promotion dnl
-Wno-suggest-attribute=noreturn dnl
-Wno-cast-align dnl
- -Wno-strict-prototypes dnl
])
# CFLAGS from AX_COMPILER_FLAGS.
return (void *) bt_ctf_object_borrow_parent(&event_class->base);
}
-typedef struct bt_ctf_field_type_common *(*bt_ctf_field_type_structure_create_func)();
+typedef struct bt_ctf_field_type_common *
+ (*bt_ctf_field_type_structure_create_func)(void);
BT_HIDDEN
int bt_ctf_event_class_common_initialize(struct bt_ctf_event_class_common *event_class,