Bug 1115761, Part 4: Add "fall through" comment, r=jcj

--HG--
extra : rebase_source : 1e40d7d7d85c1a02eb6195ecee1038ea40a6a9ab
This commit is contained in:
Brian Smith 2014-12-26 15:07:56 -08:00
parent a1d102d4f2
commit 17c1065e6f

View File

@ -125,7 +125,7 @@ VerifySignedDataNSS(const SignedDataWithSignature& sd,
pubKeyAlg = SEC_OID_PKCS1_RSA_ENCRYPTION;
digestAlg = SEC_OID_SHA1;
break;
case SignatureAlgorithm::unsupported_algorithm:
case SignatureAlgorithm::unsupported_algorithm: // fall through
default:
return NotReached("unknown signature algorithm",
Result::ERROR_CERT_SIGNATURE_ALGORITHM_DISABLED);