Commit 0cbad4b9 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Remaining changes to build all code in src.git with -Wimplicit-fallthrough.

This CL was uploaded by git cl split.

R=bauerb@chromium.org

Bug: 177475
Change-Id: Idb94f3a156bf2855422b1f140ef7e2ae5598b60d
Reviewed-on: https://chromium-review.googlesource.com/891923Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532879}
parent 93f3cab3
...@@ -117,6 +117,7 @@ void ThemeSource::StartDataRequest( ...@@ -117,6 +117,7 @@ void ThemeSource::StartDataRequest(
case version_info::Channel::BETA: case version_info::Channel::BETA:
case version_info::Channel::STABLE: case version_info::Channel::STABLE:
NOTREACHED(); NOTREACHED();
FALLTHROUGH;
#endif #endif
case version_info::Channel::UNKNOWN: case version_info::Channel::UNKNOWN:
resource_id = IDR_PRODUCT_LOGO_32; resource_id = IDR_PRODUCT_LOGO_32;
......
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