<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>From: </b></span><span style="font-family:'Helvetica';">Marcus Tomlinson <<a href="mailto:themarcustomlinson@gmail.com">themarcustomlinson@gmail.com</a>><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>Subject: </b></span><span style="font-family:'Helvetica';"><b>VERY EASY one-liner fix to LTTng</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>Date: </b></span><span style="font-family:'Helvetica';">29 October 2013 at 3:45:53 PM SAST<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>To: </b></span><span style="font-family:'Helvetica';"><a href="mailto:lttng-dev@lists.lttng.org">lttng-dev@lists.lttng.org</a><br></span></div><br><div><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi, could I ask that somebody please make a VERY EASY fix to LTTng and push it for me.<div><br></div><div>I get compiler warnings about a missing initialiser for member ‘padding’ in tracepoint.</div><div>Removing these warnings is really simple:</div><div><br></div><div>line 252 of “tracepoint.h” needs to change from:</div><div>
<pre style="margin-top: 0px; margin-bottom: 0px;"><!--StartFragment--><span style=" color:#c0c0c0;">                      </span>_TP_EXTRACT_STRING(_args),<span style=" color:#c0c0c0;">                           </span><span style=" color:#c0c0c0;">\</span></pre></div><div>to:</div><div>
<pre style="margin-top: 0px; margin-bottom: 0px;"><!--StartFragment--><span style=" color:#c0c0c0;">                      </span>_TP_EXTRACT_STRING(_args), {}<span style=" color:#c0c0c0;">                                </span><span style=" color:#c0c0c0;">\</span></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;"><br></span></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><div style="font-family: Helvetica; white-space: normal;">Thanks in advance!</div></pre></div></div></div></blockquote></div><br></body></html>