From: "Gustavo A. R. Silva"
Date: Sun, 15 Oct 2017 13:22:10 -0500
> In preparation to enabling -Wimplicit-fallthrough, mark switch cases
> where we are expecting to fall through.
>
> Notice that for options.c file, I placed the "fall through" comment
> on its own line, which is what GCC is expec
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.
Notice that for options.c file, I placed the "fall through" comment
on its own line, which is what GCC is expecting to find.
Signed-off-by: Gustavo A. R. Silva
---
This code was tested by