commit | 786e3ee924367a19a8b6273f30a84ccd9e2a096e | [log] [tgz] |
---|---|---|
author | Nick Bray <ncbray@google.com> | Thu Mar 22 17:24:52 2018 -0700 |
committer | Nick Bray <ncbray@google.com> | Wed Mar 28 18:31:17 2018 +0000 |
tree | cfe2261910b58a90d6efcfc1c4746ee0ecc3b91f | |
parent | 525e2d9bb73af6b765a4604f04184f66cc81f72e [diff] |
Add missing break statements. Without these break statements, execution will fall through and the wrong error code will be returned. This issue was found by enabling -Wimplicit-fallthrough. Bug: 76101949 Test: compiles with -Wimplicit-fallthrough Change-Id: I1f55b7bbdb741fcb287a309323c7acc493abba49