From 1607770fe348ceced42a9771dffe200fd017785b Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 31 Oct 2013 08:21:55 -0400 Subject: [PATCH] Warning cleanup: add missing padding initializer Reported-by: Marcus Tomlinson Signed-off-by: Mathieu Desnoyers --- include/lttng/tracepoint.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index b3b01cc9..66e2abd7 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -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"))) = \ -- 2.34.1