Joe Perches <j...@perches.com> wrote: > /* extract the FID array and its count in two steps */ > - /* fall through */ > + fallthrough; > case 1:
Okay, that doesn't look too bad. I thought you might be going to combine it with the case inside a macro in some way. David