diff options
| author | 2019-11-06 13:31:46 -0800 | |
|---|---|---|
| committer | 2019-11-08 18:27:40 +0000 | |
| commit | 23d988d54a1b0fcaf2acd2c2a6cf56e3e4dd1f8b (patch) | |
| tree | 47041a90ba283cffcd12ff2baebf43174005308e /rust/binary.go | |
| parent | 6d88dbad0e50c7966003a0233d5827db30e2f533 (diff) | |
Remove -Wno-thread-safety-negative
-Wthread-safety-negative was disabled because it requires locks to
support an operator!(), and std::mutex in libc++ does not.  Disabling
it everywhere was preventing it being used for modules that want to
opt in to using it and provide their own lock that supports
operator!().  Modules that use -Weverything should either stop using
 -Weverything (preferred), or add -Wno-thread-safety-negative.
Bug: 143713277
Test: m native
Change-Id: I0b84679a806a21b16cabe7f739fde61c3efe2cbe
Diffstat (limited to 'rust/binary.go')
0 files changed, 0 insertions, 0 deletions