diff options
| author | 2024-05-09 04:10:54 +0000 | |
|---|---|---|
| committer | 2024-05-09 04:10:54 +0000 | |
| commit | 29e34835460ea76d8fd304faf12db410825a6b92 (patch) | |
| tree | ea6b9695c07f5d0354c94885162d980671730852 | |
| parent | dd4f5537b8d74648abd9779549a60df8562f3375 (diff) | |
| parent | a6e022c83550ae221b5697228139c7400f83e45c (diff) | |
Merge "Enable -Wfortify-source" into main
| -rw-r--r-- | cc/config/global.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/config/global.go b/cc/config/global.go index 16b5e0938..12c1bb9f7 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -365,8 +365,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{ |