Loading cc/config/clang.go +1 −2 Original line number Diff line number Diff line Loading @@ -97,9 +97,8 @@ func init() { pctx.StaticVariable("ClangExtraCflags", strings.Join([]string{ "-D__compiler_offsetof=__builtin_offsetof", // Make implicit fallthrough an error in the future. // -Wimplicit fallthrough is not enabled by -Wall. "-Wimplicit-fallthrough", "-Wno-error=implicit-fallthrough", // Help catch common 32/64-bit errors. "-Werror=int-conversion", Loading Loading
cc/config/clang.go +1 −2 Original line number Diff line number Diff line Loading @@ -97,9 +97,8 @@ func init() { pctx.StaticVariable("ClangExtraCflags", strings.Join([]string{ "-D__compiler_offsetof=__builtin_offsetof", // Make implicit fallthrough an error in the future. // -Wimplicit fallthrough is not enabled by -Wall. "-Wimplicit-fallthrough", "-Wno-error=implicit-fallthrough", // Help catch common 32/64-bit errors. "-Werror=int-conversion", Loading