<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;">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></body></html>