Revert "Enable -Wfortify-source"
This reverts commit a6e022c835
.
Reason for revert: To verify the broken build b/339553761
Change-Id: Ib5546879effc283464a9ef66a20378960f9a56bf
This commit is contained in:
parent
a6e022c835
commit
9b7e07c7aa
1 changed files with 2 additions and 0 deletions
|
@ -365,6 +365,8 @@ var (
|
|||
"-Wno-unqualified-std-cast-call",
|
||||
"-Wno-array-parameter",
|
||||
"-Wno-gnu-offsetof-extensions",
|
||||
// TODO: Enable this warning http://b/315245071
|
||||
"-Wno-fortify-source",
|
||||
}
|
||||
|
||||
llvmNextExtraCommonGlobalCflags = []string{
|
||||
|
|
Loading…
Reference in a new issue