[lttng-dev] Fwd: VERY EASY one-liner fix to LTTng

Marcus Tomlinson themarcustomlinson at gmail.com
Wed Oct 30 03:08:00 EDT 2013


Hi again, so to make things a little easier than easy, here is a patch that’ll do the trick.
If anyone manages to find some time to get this committed, please could you let me know.
Thanks again!



Begin forwarded message:

> From: Marcus Tomlinson <themarcustomlinson at gmail.com>
> Subject: VERY EASY one-liner fix to LTTng
> Date: 29 October 2013 at 3:45:53 PM SAST
> To: lttng-dev at lists.lttng.org
> 
> Hi, could I ask that somebody please make a VERY EASY fix to LTTng and push it for me.
> 
> I get compiler warnings about a missing initialiser for member ‘padding’ in tracepoint.
> Removing these warnings is really simple:
> 
> line 252 of “tracepoint.h” needs to change from:
> 			_TP_EXTRACT_STRING(_args),				\
> to:
> 			_TP_EXTRACT_STRING(_args), {}				\
> 
> Thanks in advance!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20131030/ad82a78e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: missing_initialiser_fix.patch
Type: application/octet-stream
Size: 446 bytes
Desc: not available
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20131030/ad82a78e/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20131030/ad82a78e/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20131030/ad82a78e/attachment.pgp>


More information about the lttng-dev mailing list