.pvsconfig 996 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # MLib macros we can't do much about.
  2. //-V:M_LET:1048,1044
  3. //-V:M_EACH:1048,1044
  4. //-V:ARRAY_DEF:760,747,568,776,729,712,654
  5. //-V:LIST_DEF:760,747,568,712,729,654,776
  6. //-V:BPTREE_DEF2:779,1086,557,773,512
  7. //-V:DICT_DEF2:779,524,776,760,1044,1001,729,590,568,747,685
  8. //-V:ALGO_DEF:1048,747,1044
  9. //-V:TUPLE_DEF2:524,590,1001,760
  10. # Non-severe malloc/null pointer deref warnings
  11. //-V::522:2,3
  12. # Warning about headers with copyleft license
  13. //-V::1042
  14. # Potentially null argument warnings
  15. //-V:memset:575
  16. //-V:memcpy:575
  17. //-V:memcmp:575
  18. //-V:strlen:575
  19. //-V:strcpy:575
  20. //-V:strncpy:575
  21. //-V:strchr:575
  22. # For loop warning on M_FOREACH
  23. //-V:for:1044
  24. # Bitwise OR
  25. //-V:bit:792
  26. # Do not complain about similar code
  27. //-V::525
  28. # Common embedded development pointer operations
  29. //-V::566
  30. //-V::1032
  31. # Warnings about length mismatch
  32. //-V:property_value_out:666
  33. # Model-related warnings
  34. //-V:with_view_model:1044,1048
  35. # Functions that always return the same error code
  36. //-V:picopass_device_decrypt:1048