On Wed, Oct 18, 2017 at 5:45 PM, Olof's autobuilder <[email protected]> wrote:
> Here are the build results from automated periodic testing.
>
> Warnings:
> 2 samples/trace_events/trace-events-sample.c:104:6: warning: decrement
> of a boolean expression [-Wbool-operation]
> 2 samples/trace_events/trace-events-sample.c:86:23: warning: increment
> of a boolean expression [-Wbool-operation]
This is caused by 6575257c60e1 ("tracing/samples: Fix creation and
deletion of simple_thread_fn creation"), which was just merged into
mainline.
Arnd