Re: [PATCH] tracing: Mark expected switch fall-through

2019-02-13 Thread Steven Rostedt
On Tue, 12 Feb 2019 15:08:03 -0600 "Gustavo A. R. Silva" wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fall through. > > This patch fixes the following warning: > > kernel/trace/trace_events_filter.c: In function ‘predicate_parse’: > k

[PATCH] tracing: Mark expected switch fall-through

2019-02-12 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. This patch fixes the following warning: kernel/trace/trace_events_filter.c: In function ‘predicate_parse’: kernel/trace/trace_events_filter.c:494:8: warning: this statement may fall throu