Re: [PATCH] Update or add fall through comments in switches

2016-08-11 Thread Jeff Law
On 08/11/2016 07:43 AM, Marek Polacek wrote: This patch either updates fall through comments so that our warning machinery recognizes them, or annotates code with new FALLTHRU comments so that intended fall through cases are marked and the compiler wouldn't warn. I'd like to get this in before I

[PATCH] Update or add fall through comments in switches

2016-08-11 Thread Marek Polacek
This patch either updates fall through comments so that our warning machinery recognizes them, or annotates code with new FALLTHRU comments so that intended fall through cases are marked and the compiler wouldn't warn. I'd like to get this in before I post another patches to keep this mess more ma