I have a complicated switch statement, and I forgot to put a break at the end of one of the cases. This is quite legal, and as a resu
switch
break
case
GCC 7 has a warning enabled with -Wextra or -Wimplicit-fallthrough(=[1-5])?: https://developers.redhat.com/blog/2017/03/10/wimplicit-fallthrough-in-gcc-7/
-Wextra
-Wimplicit-fallthrough(=[1-5])?