Searched hist:"3 d8765d4f52a0050343bfa99a1a2aa5ef7d841e5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | pvcalls-front.c | diff 3d8765d4f52a0050343bfa99a1a2aa5ef7d841e5 Thu Nov 02 13:51:22 CDT 2017 Gustavo A. R. Silva <garsilva@embeddedor.com> xen/pvcalls-front: mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through.
Notice that in this particular case 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 <garsilva@embeddedor.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
|