diff options
author | 2023-10-20 01:02:58 +0000 | |
---|---|---|
committer | 2023-10-22 05:09:40 +0000 | |
commit | 8f8cc1668e47d69ac735b8764d7a80babb45b079 (patch) | |
tree | 1b90b59448ee7da76dc9759ba88f5aef9bcd1ef2 /java/sdk.go | |
parent | 4193286396675c6cf1f16b2b368bdc30947b3aca (diff) |
Globally disable -Wreorder-init-list.
This warning is triggered even when initializers don't have any
side effects, so it very rarely surfaces actual bugs/mistakes.
99% of the time it complains about a purely cosmetic issue.
Disable it by default in commonGlobalCFlags, which still allows
individual modules to opt into it.
Bug: 145210666
Test: presubmit
Change-Id: I671b5c457ee3d92b9cc37f020ba54e01e1a04f59
Diffstat (limited to 'java/sdk.go')
0 files changed, 0 insertions, 0 deletions