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

Commit 9d399d46 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

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

am: 36d2b37b

Change-Id: I65a4d42c9288f2871427cd458da6cc54e6033115
parents 9b13047a 36d2b37b
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++;