Commit d4d29fae authored by Nico Weber's avatar Nico Weber

Work on getting things built with -Wimplicit-fallthrough. This CL was uploaded by git cl split.

Bug: 177475
R=palmer@chromium.org

Cq-Include-Trybots: master.tryserver.chromium.android:android_arm64_dbg_recipe;master.tryserver.chromium.android:android_compile_mips_dbg;master.tryserver.chromium.android:android_compile_x64_dbg;master.tryserver.chromium.android:android_compile_x86_dbg
Change-Id: I361d9b71990cbb9870760709748d1928055b779c
Reviewed-on: https://chromium-review.googlesource.com/889787
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarChris Palmer <palmer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532129}
parent 1324ea47
...@@ -774,6 +774,7 @@ ResultExpr SimpleCondTestPolicy::EvaluateSyscall(int sysno) const { ...@@ -774,6 +774,7 @@ ResultExpr SimpleCondTestPolicy::EvaluateSyscall(int sysno) const {
#if defined(__NR_open) #if defined(__NR_open)
case __NR_open: case __NR_open:
flags_argument_position = 1; flags_argument_position = 1;
FALLTHROUGH;
#endif #endif
case __NR_openat: { // open can be a wrapper for openat(2). case __NR_openat: { // open can be a wrapper for openat(2).
if (sysno == __NR_openat) if (sysno == __NR_openat)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment