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
This commit is contained in:
Yi Kong
2023-02-16 16:51:31 +09:00
parent a533904855
commit d80f6eebc9

View File

@@ -247,16 +247,11 @@ var (
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",
}