lkml.org 
[lkml]   [2017]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH stable-4.1.y] tools include: Add a __fallthrough statement
Date
On Fri, Oct 27, 2017 at 12:05:58PM -0700, Florian Fainelli wrote:
>From: Arnaldo Carvalho de Melo <acme@redhat.com>
>
>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':
> util/string.c:22:7: error: this statement may fall through [-Werror=implicit-fallthrough=]
> if (*p)
> ^
> util/string.c:24:3: note: here
> case '\0':
> ^~~~
>
>So we introduce:
>
> #define __fallthrough __attribute__ ((fallthrough))
>
>And use it in such cases.

Queued up, thanks!

--

Thanks,
Sasha
\
 
 \ /
  Last update: 2017-10-30 04:05    [W:0.046 / U:0.836 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site