mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 04:12:36 -03:00
Add LSan suppression warnings
This commit is contained in:
parent
ff7212ec32
commit
6541d59ddc
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
# Suppress warnings about addCoin(...) leak in the CoinSelection benchmark
|
||||
leak:addCoin
|
||||
leak:bench_bitcoin
|
||||
|
||||
# Suppress warnings triggered in dependencies
|
||||
leak:libcrypto
|
||||
leak:libqminimal
|
||||
leak:libQt5Core
|
||||
leak:libQt5Gui
|
||||
leak:libQt5Widgets
|
||||
leak:new_allocator.h
|
||||
|
|
Loading…
Reference in a new issue