commit | 0e0d682d8ee8723caed5ca547b3b1f532d79eca6 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Sep 12 21:27:50 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 12 21:27:50 2023 +0000 |
tree | f8632048396e59ee2aed01798c4f33e1a738b73d | |
parent | 771bda6c0b991542359e8348a762878c60fccbc3 [diff] | |
parent | f58b009b7b31aca813092f104c84e91e7a8662b7 [diff] |
Merge "Disable warning which is not detecting problems." into main
diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp index 5393e25..267571b 100644 --- a/debuggerd/Android.bp +++ b/debuggerd/Android.bp
@@ -12,6 +12,7 @@ "-Wno-unused-argument", "-Wno-unused-function", "-Wno-nullability-completeness", + "-Wno-reorder-init-list", "-Os", "-fno-finite-loops", "-DANDROID_DEBUGGABLE=0",