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