Warning cleanup: add missing padding initializer
[lttng-ust.git] / include / lttng / tracepoint.h
index b3b01cc9196d94e7a8c1da2c6e84a70e7952a0a6..66e2abd7c505a296389c4bc691a809eed4c8b812 100644 (file)
@@ -352,6 +352,7 @@ extern struct tracepoint * const __stop___tracepoints_ptrs[]
                        NULL,                                                   \
                        _TRACEPOINT_UNDEFINED_REF(_provider),                   \
                        _TP_EXTRACT_STRING(_args),                              \
+                       { },                                                    \
                };                                                              \
        static struct tracepoint * __tracepoint_ptr_##_provider##___##_name     \
                __attribute__((used, section("__tracepoints_ptrs"))) =          \
This page took 0.023556 seconds and 4 git commands to generate.