commit | 6917ea8a07573bb68522a9740a66295986910ffe | [log] [tgz] |
---|---|---|
author | Nick Desaulniers <ndesaulniers@google.com> | Mon Oct 07 19:53:59 2019 -0700 |
committer | Nick Desaulniers <ndesaulniers@google.com> | Mon Oct 21 12:58:35 2019 -0700 |
tree | 22c387f4679749d0e28bf34ce52e1a8be05cd8af | |
parent | 4940539bd45ada9513417d148dd8d5cbb85cac16 [diff] |
[keymaster] fix -Wimplicit-fallthrough Clang now requires an explicit attribute for C code. Add feature detection for the GNU C attribute, and annotate the source using it. Bug: 139945549 Test: mm Change-Id: I9c047f0c607632ade8b326ac3a793b3879ba4a5d Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>