Remove bug links for noOverrideExternalGlobalCflags We are not going to fix these warnings for 3p projects, there is no point keeping a bug link here. Test: N/A Change-Id: I1c2479d8919b1c1b10287e021827b78c52813585
diff --git a/cc/config/global.go b/cc/config/global.go index 454a4db..05dc773 100644 --- a/cc/config/global.go +++ b/cc/config/global.go
@@ -247,16 +247,11 @@ noOverride64GlobalCflags = []string{} noOverrideExternalGlobalCflags = []string{ - // http://b/148815709 "-Wno-sizeof-array-div", - // http://b/197240255 "-Wno-unused-but-set-variable", "-Wno-unused-but-set-parameter", - // http://b/215753485 "-Wno-bitwise-instead-of-logical", - // http://b/232926688 "-Wno-misleading-indentation", - // http://b/241941550 "-Wno-array-parameter", }