Commit 331a8181 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=msarda@chromium.org

Change-Id: Iab13eae6474e49f9890fc55f9ecf66b4ae11879d
Reviewed-on: https://chromium-review.googlesource.com/889724Reviewed-by: default avatarMihai Sardarescu <msarda@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532363}
parent 12668a4c
......@@ -411,7 +411,7 @@ bool OAuthRequestSigner::SignURL(
switch (http_method) {
case GET_METHOD:
signed_text = request_base_url.spec() + '?';
// Intentionally falling through
FALLTHROUGH;
case POST_METHOD:
signed_text += BuildBaseStringParameters(parameters);
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