From: Mathieu Desnoyers Date: Thu, 31 Oct 2013 12:21:55 +0000 (-0400) Subject: Warning cleanup: add missing padding initializer X-Git-Tag: v2.3.1~4 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=1607770fe348ceced42a9771dffe200fd017785b Warning cleanup: add missing padding initializer Reported-by: Marcus Tomlinson Signed-off-by: Mathieu Desnoyers --- 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"))) = \