mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 21:04:57 +00:00
apply-clang-tidy.sh: Re-enable warning clang-analyzer-valist.Uninitialized
This commit is contained in:
parent
91ca72e913
commit
89026a3c6b
1 changed files with 0 additions and 3 deletions
|
@ -44,9 +44,6 @@ checks_to_disable=(
|
|||
|
||||
# Used only in xmlwf, manually checked to be good enough for now
|
||||
clang-analyzer-security.insecureAPI.strcpy
|
||||
|
||||
# Disabling because buggy, see https://github.com/llvm/llvm-project/issues/40656
|
||||
clang-analyzer-valist.Uninitialized
|
||||
)
|
||||
checks_to_disable_flat="${checks_to_disable[*]}" # i.e. flat string separated by spaces
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue