Re: [PATCH] ARC: kgdb: add 'fallthrough' to prevent a warning

2021-04-22 Thread Vineet Gupta
On 4/21/21 10:16 PM, Randy Dunlap wrote: > Use the 'fallthrough' macro to document that this switch case > does indeed fall through to the next case. > > ../arch/arc/kernel/kgdb.c: In function 'kgdb_arch_handle_exception': > ../arch/arc/kernel/kgdb.c:141:6: warning: this statement may fall through

[PATCH] ARC: kgdb: add 'fallthrough' to prevent a warning

2021-04-21 Thread Randy Dunlap
Use the 'fallthrough' macro to document that this switch case does indeed fall through to the next case. ../arch/arc/kernel/kgdb.c: In function 'kgdb_arch_handle_exception': ../arch/arc/kernel/kgdb.c:141:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 141 | if