Re: mainline build: 8 warnings 0 failures (mainline/v4.14-rc5-22-g3e0cc09)

From: Arnd Bergmann
Date: Wed Oct 18 2017 - 16:55:52 EST


On Wed, Oct 18, 2017 at 5:45 PM, Olof's autobuilder <build@xxxxxxxxx> 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