Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae8a6b9a authored by Tom Cherry's avatar Tom Cherry
Browse files

init: annotate intended fallthrough

Bug: 116020901
Test: treehugger
Change-Id: I5f4a5ebf09572501f564dce506ee0978354fde67
parent 146fd24c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
#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++;