commit | 6622fc2929639ae3ae50b6f48e42b75e5c068529 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Sep 20 00:07:24 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 20 00:07:24 2018 +0000 |
tree | 3c26f6a79d5c3f947f1a0e13872a73435bda7ccc | |
parent | 41963d0b9efa6bd03d68c1691bb526c8322f79fd [diff] | |
parent | 3d34ded4224104e0108dd05b194b4c2eb77169b4 [diff] |
Merge "init: annotate intended fallthrough"
diff --git a/init/tokenizer.cpp b/init/tokenizer.cpp index bb143f1..7e05a0a 100644 --- a/init/tokenizer.cpp +++ b/init/tokenizer.cpp
@@ -1,5 +1,7 @@ #include "tokenizer.h" +#include <android-base/macros.h> + namespace android { namespace init { @@ -106,6 +108,7 @@ continue; } x++; + FALLTHROUGH_INTENDED; case '\n': /* \ <lf> -> line continuation */ state->line++;