Merge "DO NOT MERGE - Merge Pie Bonito/Sargo into master."

This commit is contained in:
Xin Li
2019-05-09 22:05:50 +00:00
committed by Gerrit Code Review

View File

@@ -101,8 +101,9 @@ func init() {
// not emit the table by default on Android since NDK still uses GNU binutils. // not emit the table by default on Android since NDK still uses GNU binutils.
"-faddrsig", "-faddrsig",
// -Wimplicit-fallthrough is not enabled by -Wall. // Make implicit fallthrough an error in the future.
"-Wimplicit-fallthrough", "-Wimplicit-fallthrough",
"-Wno-error=implicit-fallthrough",
// Help catch common 32/64-bit errors. // Help catch common 32/64-bit errors.
"-Werror=int-conversion", "-Werror=int-conversion",