commit | e056be4b4ed6822df93ce46f936861a72e0e961c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Dec 20 14:20:31 2024 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 20 14:20:31 2024 -0800 |
tree | 581341ef9c35f7ceb0f2e9957db0396f44a18e09 | |
parent | 96068a44d341053cc0c0ba3cbca23dd481fe5be3 [diff] | |
parent | b48087f8054372437748f21f86a63e9c077d4ede [diff] |
Merge "regex: avoid a namespace collision with C23 <float.h>." into main
diff --git a/libc/Android.bp b/libc/Android.bp index 13d95b5..d914983 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -2270,6 +2270,9 @@ "-E", "-Wall", "-Werror", + // Soong implicitly adds a -c argument that we override with -E. + // Suppress Clang's error about the unused -c argument. + "-Wno-unused-command-line-argument", "-nostdinc", ], }