Re: [PATCH] watchdog: wafer5823wdt: Mark expected switch fall-through

2018-03-27 Thread Gustavo A. R. Silva
On 03/27/2018 04:05 PM, Guenter Roeck wrote: On 03/27/2018 12:33 PM, Gustavo A. R. Silva wrote: In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Notice that in this particular case I replaced "Fall" with a proper "Fall through" comme

Re: [PATCH] watchdog: wafer5823wdt: Mark expected switch fall-through

2018-03-27 Thread Guenter Roeck
On 03/27/2018 12:33 PM, Gustavo A. R. Silva wrote: In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Notice that in this particular case I replaced "Fall" with a proper "Fall through" comment, which is what GCC is expecting to find. Sig