Re: [PATCH stable-4.1.y] tools include: Add a __fallthrough statement

2017-10-29 Thread Levin, Alexander (Sasha Levin)
On Fri, Oct 27, 2017 at 12:05:58PM -0700, Florian Fainelli wrote: >From: Arnaldo Carvalho de Melo > >commit b5bf1733d6a391c4e90ea8f8468d83023be74a2a upstream. > >For cases where implicit fall through case labels are intended, >to let us inform that to gcc >= 7: > >CC

Re: [PATCH stable-4.1.y] tools include: Add a __fallthrough statement

2017-10-29 Thread Levin, Alexander (Sasha Levin)
On Fri, Oct 27, 2017 at 12:05:58PM -0700, Florian Fainelli wrote: >From: Arnaldo Carvalho de Melo > >commit b5bf1733d6a391c4e90ea8f8468d83023be74a2a upstream. > >For cases where implicit fall through case labels are intended, >to let us inform that to gcc >= 7: > >CC

[PATCH stable-4.1.y] tools include: Add a __fallthrough statement

2017-10-27 Thread Florian Fainelli
From: Arnaldo Carvalho de Melo commit b5bf1733d6a391c4e90ea8f8468d83023be74a2a upstream. For cases where implicit fall through case labels are intended, to let us inform that to gcc >= 7: CC /tmp/build/perf/util/string.o util/string.c: In function 'perf_atoll':

[PATCH stable-4.1.y] tools include: Add a __fallthrough statement

2017-10-27 Thread Florian Fainelli
From: Arnaldo Carvalho de Melo commit b5bf1733d6a391c4e90ea8f8468d83023be74a2a upstream. For cases where implicit fall through case labels are intended, to let us inform that to gcc >= 7: CC /tmp/build/perf/util/string.o util/string.c: In function 'perf_atoll':