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

Commit 1b1a1736 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "init: annotate intended fallthrough" am: 903eb512 am: 36d2b37b

am: 9d399d46

Change-Id: I965e08eaaabb88ca6442f20e408885d77a36b930
parents bca09ac8 9d399d46
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++;