Commit 776e6073 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Fix -Wimplicit-fallthrough build after...

Fix -Wimplicit-fallthrough build after https://chromium-review.googlesource.com/c/chromium/src/+/885085

TBR=metzman

Bug: 177475
Change-Id: I331bc2d1bac790133cbba8ba61ab02e04243a3a6
Reviewed-on: https://chromium-review.googlesource.com/897745Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533661}
parent ae25beae
...@@ -1302,7 +1302,7 @@ void Converter::Visit(const PathRef& path_ref) { ...@@ -1302,7 +1302,7 @@ void Converter::Visit(const PathRef& path_ref) {
break; break;
case ValidVerb::kConic_Verb: case ValidVerb::kConic_Verb:
num_conics += 1; num_conics += 1;
// fall-through FALLTHROUGH;
case ValidVerb::kQuad_Verb: case ValidVerb::kQuad_Verb:
num_points += 2; num_points += 2;
break; break;
......
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