Enable -Wfortify-source
Workaround for the post-submit failures in b/341339765 has been merged. Test: woodchipper and presubmit Fixes: 315245071 Change-Id: I840f545cc0892cfdf9c896fd45761ba5308ff1ca
This commit is contained in:
parent
d02bd377da
commit
5735ef6777
1 changed files with 0 additions and 2 deletions
|
@ -370,8 +370,6 @@ 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