| commit | b81f48ee029eb0e5c2f1fb74d1315ea22b6b9e1c | [log] [tgz] |
|---|---|---|
| author | Xin Li <delphij@google.com> | Wed Feb 20 16:26:00 2019 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 20 16:26:00 2019 +0000 |
| tree | f76b7cc33539ba361af5caa2283f1de9ed8aa710 | |
| parent | 48db2b15fbb301f988f75a96448a655fcc5d4470 [diff] | |
| parent | 4e38954d3ab8dfd3edae2c34c794d49ffb722d41 [diff] |
Merge "DO NOT MERGE - Merge PPRL.190205.001 into master"
diff --git a/cc/config/clang.go b/cc/config/clang.go index 832689b..6a1c736 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go
@@ -97,7 +97,7 @@ pctx.StaticVariable("ClangExtraCflags", strings.Join([]string{ "-D__compiler_offsetof=__builtin_offsetof", - // -Wimplicit fallthrough is not enabled by -Wall. + // -Wimplicit-fallthrough is not enabled by -Wall. "-Wimplicit-fallthrough", // Help catch common 32/64-bit errors.