From 04f5c9407a2bbf9fd9a160db9ffec18c0dc99189 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 0327c11d..a3b5d3f0 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -347,6 +347,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