aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Kumar <appujee@google.com>2024-05-17 18:58:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-17 18:58:08 +0000
commit6c9f52495351c30825340b86a7718e406eeb1fd2 (patch)
treef211de7c197d06a4edfeba10303ca57a5e63b0e9
parent9b2422d890a6e4b021b034a68184c99b94899d32 (diff)
parent4412723f630dbdee83fcef5284781c31fdc4e4a5 (diff)
downloadsoong-6c9f52495351c30825340b86a7718e406eeb1fd2.tar.gz
Merge "Enable -Wfortify-source" into main
-rw-r--r--cc/config/global.go2
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{