DO NOT MERGE - Merge PPRL.190205.001 into master

Bug: 124234733
Change-Id: Ic3332ad41c63a41ab998ae834bf45a87fa8cbf67
This commit is contained in:
Xin Li
2019-02-18 15:57:59 -08:00

View File

@@ -97,7 +97,7 @@ func init() {
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.