Re: [lttng-dev] [PATCH lttng-modules] Fix: use of uninitialized ret value in lttng_abi_open_metadata_stream

2017-03-08 Thread Mathieu Desnoyers
merged into master, 2.9, 2.8, thanks! Mathieu - On Mar 8, 2017, at 2:32 PM, Francis Deslauriers francis.deslauri...@efficios.com wrote: > Fixes the following compiler warning: > > lttng-abi.c: In function ‘lttng_metadata_ioctl’: > lttng-abi.c:971:6: warning: ‘ret’ may be used

[lttng-dev] [PATCH lttng-modules] Fix: use of uninitialized ret value in lttng_abi_open_metadata_stream

2017-03-08 Thread Francis Deslauriers
Fixes the following compiler warning: lttng-abi.c: In function ‘lttng_metadata_ioctl’: lttng-abi.c:971:6: warning: ‘ret’ may be used uninitialized in this function [-Wmaybe-uninitialized] int ret; ^ Signed-off-by: Francis Deslauriers --- lttng-abi.c |