SERVER-123143: Tell Coverity that [umf]assert calls can have side effects (#50896)
Co-authored-by: Billy Donahue <BillyDonahue@users.noreply.github.com> GitOrigin-RevId: 0bd0fba3838d0438c1deed6a799a7f9cd9352283
This commit is contained in:
parent
8c7a3f282a
commit
561445aff0
@ -27,6 +27,9 @@ analyze:
|
||||
REVERSE_OVERRUN:
|
||||
enabled: true
|
||||
# Checkers with customized options
|
||||
ASSERT_SIDE_EFFECT:
|
||||
enabled: true
|
||||
macro_name_lacks: ^[fimtu]assert
|
||||
CHECKED_RETURN:
|
||||
enabled: true
|
||||
options:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user