we use fallthrough fairly liberally in some bitwise and crypto
codepaths, and keeping this warning message (particularly in debug
builds where we use Werror) is painful.
This warning caused too many false positives with range-for and other
language constructs and was very rarely actually helpful. Disable for
the time being.