|
|
|
|
|
by SAI_Peregrinus
787 days ago
|
|
I always set -Werror=implicit-fallthrough, among others. That prevents fallthrough unless explicitly annotated. Sadly these will forever remain optional warnings requiring specific compiler flags, since requiring them could break compiling broken legacy code. |
|