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

Marcus Tomlinson themarcustomlinson at gmail.com
Tue Oct 29 09:45:53 EDT 2013


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/20131029/cc8d2d1d/attachment.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/20131029/cc8d2d1d/attachment.pgp>


More information about the lttng-dev mailing list