Merge "init: annotate intended fallthrough"

This commit is contained in:
Treehugger Robot 2018-09-20 00:07:24 +00:00 committed by Gerrit Code Review
commit 903eb5125e

View file

@ -1,5 +1,7 @@
#include "tokenizer.h"
#include <android-base/macros.h>
namespace android {
namespace init {
@ -106,6 +108,7 @@ textresume:
continue;
}
x++;
FALLTHROUGH_INTENDED;
case '\n':
/* \ <lf> -> line continuation */
state->line++;