Hi James, On Wed, Apr 22, 2020 at 07:50:06PM -0700, James Smart wrote: > On 4/15/2020 11:56 AM, Daniel Wagner wrote: > ... > > > + switch (evt) { > > > + case EFC_EVT_ENTER: > > > + efc_node_hold_frames(node); > > > + /* Fall through */ > > > > fallthrough; > > > > Actually the patches that went in for -Wimplicit-fallthrough wants > /* fall through */ Ah okay, I though the fall through rules are active. Anyway, I am sure someone will run a script to report when to change. Thanks, Daniel