< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21571: test: make sure non-IP peers get discouraged and disconnected (master...2104-testPointers) https://github.com/bitcoin/bitcoin/pull/21571
< vasild>
< hebasto> will `-Wno-thread-safety-negative` silent warnings?
< vasild>
MarcoFalke: -Wno-thread-safety-negative does not silence the warnings for me, https://bpa.st/BK7A
< vasild>
which is as expected because they are due to -Wthread-safety-analysis
< vasild>
-Wno-thread-safety-analysis silences them, but that disables all TSA. Another argument against relying solely on compile time checks (and ditch runtime checks) -- new compiler comes out and one is forced to disable TSA entirely.